We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff374e commit a2d8b61Copy full SHA for a2d8b61
.travis.yml
@@ -13,7 +13,8 @@ env:
13
- DJANGO="Django>=1.8a,<1.9"
14
15
install:
16
- - pip install --pre -U coverage coveralls $DJANGO
+ - pip install -U coverage coveralls
17
+ - pip install --pre -U $DJANGO
18
- python -c 'from __future__ import print_function; import django; print("Django " + django.get_version())'
19
20
script: coverage run -a setup.py test
0 commit comments