Skip to content

Commit

Permalink
Add modern tox targets
Browse files Browse the repository at this point in the history
  • Loading branch information
mbachry committed Apr 23, 2017
1 parent afbed7e commit 7c29223
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
language: python

python: 2.7
python:
- 2.7
- 3.4
- 3.5
- 3.6

env:
- TOXENV=py27
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,py36,cov,pylint,pep8

[testenv]
commands=py.test tests
Expand Down

0 comments on commit 7c29223

Please sign in to comment.