Skip to content

Commit

Permalink
Come on Travis, you can do it!
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-thomas committed Oct 1, 2015
1 parent 121407d commit 9a1ea33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ matrix:
- env: TOX_ENV=py34-djangopre
install:
- psql -c 'CREATE DATABASE user_management' -U postgres;
- pip install tox!=1.9.1 coveralls
- pip install -U pip
- pip install tox==1.9.0 coveralls
script:
- tox -e $TOX_ENV
after_success:
Expand Down

0 comments on commit 9a1ea33

Please sign in to comment.