Skip to content

Commit

Permalink
Add Python 3.5 to tox
Browse files Browse the repository at this point in the history
  • Loading branch information
mbachry committed Apr 23, 2017
1 parent afbed7e commit 92770b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python: 2.7
env:
- TOXENV=py27
- TOXENV=py34
- TOXENV=py35
- TOXENV=cov
- TOXENV=pylint
- TOXENV=pep8
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist=py27,py34,cov,pylint,pep8
envlist=py27,py34,py35,cov,pylint,pep8

[testenv]
commands=py.test tests
Expand Down

0 comments on commit 92770b9

Please sign in to comment.