Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
magmax committed Jul 17, 2018
1 parent d7e6a14 commit 1669fd7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 20 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -4,7 +4,10 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
- "pypy"
- "pypy3"

install:
- pip install -r requirements-dev.txt -r requirements.txt
Expand Down
3 changes: 0 additions & 3 deletions requirements-dev.txt
@@ -1,5 +1,4 @@
flake8 >= 3.4.1
doublex >= 1.8.4
pexpect >= 4.2.1

pytest >= 3.2.1
Expand All @@ -10,5 +9,3 @@ nosexcover >= 1.0.10
python-coveralls >= 2.9.1

wheel >= 0.24.0

releaseme >= 0.2.8
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,2 +1,2 @@
blessings >= 1.6
readchar == 0.7
readchar == 2.0.0
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@


def read_description():
with open('README.rst') as fd:
with open('README.rst', encoding='utf8') as fd:
return fd.read()


Expand Down
15 changes: 0 additions & 15 deletions tests/unit/test_render.py

This file was deleted.

0 comments on commit 1669fd7

Please sign in to comment.