Skip to content

Commit

Permalink
Add Python 3.5 and pypy3 to Travis environments
Browse files Browse the repository at this point in the history
  • Loading branch information
ms7s committed Aug 23, 2016
1 parent c80c9f5 commit 00e8d3c
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.3"
- "3.4"
- "3.5"
- "pypy"
- "pypy3"
install:
- "pip install ."
script: nosetests

0 comments on commit 00e8d3c

Please sign in to comment.