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 47d3496 commit f941c90Copy full SHA for f941c90
.travis.yml
@@ -15,7 +15,8 @@ env:
15
- DJANGO="Django>=1.9a,<1.10"
16
17
install:
18
- - pip install -U 'coverage<4' codecov $DJANGO
+ - pip install -U 'coverage<4' codecov
19
+ - pip install -U --pre $DJANGO
20
- python -c 'from __future__ import print_function; import django; print("Django " + django.get_version())'
21
22
script: coverage run setup.py test
0 commit comments