Skip to content

Commit

Permalink
Pin tox
Browse files Browse the repository at this point in the history
`tox` v1.9.1 raises an error when doing a pip install, it looks like
`deps` not installed are translated to `None` instead of being dropped
from the list.

https://travis-ci.org/incuna/django-user-management/jobs/55460730
  • Loading branch information
Kevin Etienne committed Mar 23, 2015
1 parent 751fc9c commit ae1f653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ matrix:
- env: TOX_ENV=py34-djangopre
install:
- psql -c 'CREATE DATABASE user_management' -U postgres;
- pip install tox coveralls
- pip install tox==1.9.0 coveralls
script:
- tox -e $TOX_ENV
after_success:
Expand Down

0 comments on commit ae1f653

Please sign in to comment.