Skip to content

Commit

Permalink
Fixed Tox Env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pratyushmittal committed Dec 1, 2015
1 parent 9143775 commit 79c17a9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ install:
- pip install tox

env:
- latest3.5,
- latest3.4,
- latest2.7,
- django.1.8.lts,
- django.1.7
- TOX_ENV=latest3.5,
- TOX_ENV=latest3.4,
- TOX_ENV=latest2.7,
- TOX_ENV=django.1.8.lts,
- TOX_ENV=django.1.7

script:
- tox -e $TOX_ENV -- tests_app

0 comments on commit 79c17a9

Please sign in to comment.