Skip to content

Commit

Permalink
Fixing tox script
Browse files Browse the repository at this point in the history
Signed-off-by: onekiloparsec <[email protected]>
  • Loading branch information
onekiloparsec committed Jul 20, 2017
1 parent 3738ccd commit b80eb2d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cache:
directories:
- $HOME/.cache/pip
install: pip install tox coveralls wheel
script: tox
script: tox -e ${TOXENV}
env:
- TOXENV=py27-django-17
- TOXENV=py27-django-18
Expand All @@ -28,7 +28,6 @@ env:
- TOXENV=py35-django-19
- TOXENV=py35-django-110
- TOXENV=py35-django-111
- TOXENV=py36-django-18
- TOXENV=py36-django-19
- TOXENV=py36-django-110
- TOXENV=py36-django-111
Expand Down

0 comments on commit b80eb2d

Please sign in to comment.