Skip to content

Commit

Permalink
travis config with envs but script invoke only tox without params
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelzny committed May 3, 2017
1 parent 6d683fd commit 25f2a76
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
language: python
python:
- "3.5"
- "3.6"
- "3.5"
env:
- TOXENV=py36
- TOXENV=py35
install: pip install -U tox
script: tox
deploy:
Expand Down

0 comments on commit 25f2a76

Please sign in to comment.