Skip to content

Commit

Permalink
Enable CPython 3.6 and PyPy3 in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Holiverh committed Sep 9, 2017
1 parent 8935db5 commit da6cc66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
- "pypy3"
install:
- pip install -e .[test,docs]
- pip install coveralls
Expand Down

0 comments on commit da6cc66

Please sign in to comment.