Skip to content

Commit

Permalink
Install tox correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jpadilla committed Sep 6, 2014
1 parent a01176c commit 6901677
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ env:
- TOX_ENV=py2.7-django1.4
- TOX_ENV=py2.6-django1.4

install:
- "pip install tox --download-cache $HOME/.pip-cache"

script:
- pip install tox
- tox -e $TOX_ENV

0 comments on commit 6901677

Please sign in to comment.