Skip to content

Commit

Permalink
fixes travis install command
Browse files Browse the repository at this point in the history
tox environment is more specific
  • Loading branch information
medecau committed Apr 15, 2017
1 parent 0881b24 commit 2c2e9fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ matrix:
include:
- python: 2.7
env: TOXENV=py27
install: tox
install: pip install tox
script: tox
- python: 3.6
env: TOXENV=py36
install: tox
install: pip install tox
script: tox
- python: 3.5
env: CODESTYLE=true
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 = py2,py3,codestyle
envlist = py27,py36,codestyle

[testenv]
deps = -rrequirements.test.txt
Expand Down

0 comments on commit 2c2e9fe

Please sign in to comment.