Skip to content

Commit

Permalink
Seperate stable test dependencies from unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
macro1 committed Mar 28, 2015
1 parent aff374e commit a2d8b61
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 @@ -13,7 +13,8 @@ env:
- DJANGO="Django>=1.8a,<1.9"

install:
- pip install --pre -U coverage coveralls $DJANGO
- pip install -U coverage coveralls
- pip install --pre -U $DJANGO
- python -c 'from __future__ import print_function; import django; print("Django " + django.get_version())'

script: coverage run -a setup.py test
Expand Down

0 comments on commit a2d8b61

Please sign in to comment.