diff --git a/.travis.yml b/.travis.yml index f3597fc..7813c9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ python: - 2.6 - 3.3 - 3.4 - - 3.5 + - 3.5.2 install: - python setup.py install diff --git a/setup.py b/setup.py index 99a0e2f..59e3bbf 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with open('requirements.txt') as f: def long_description(): - with codecs.open('README.md', 'r') as f: + with codecs.open('README.md', 'rb') as f: return f.read() setup(