Skip to content

Commit

Permalink
Avoid v1.9.1 from tox
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Etienne committed Mar 24, 2015
1 parent ae1f653 commit 5987bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,7 @@ matrix:
- env: TOX_ENV=py34-djangopre
install:
- psql -c 'CREATE DATABASE user_management' -U postgres;
- pip install tox==1.9.0 coveralls
- pip install tox!=1.9.1 coveralls
script:
- tox -e $TOX_ENV
after_success:
Expand Down

0 comments on commit 5987bf2

Please sign in to comment.