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 81af906 commit 5a753daCopy full SHA for 5a753da
.travis.yml
@@ -13,7 +13,7 @@ env:
13
- DJANGO="Django>=1.8,<1.9"
14
15
install:
16
- - pip install -U coverage codecov $DJANGO
+ - pip install -U 'coverage<4' codecov $DJANGO
17
- python -c 'from __future__ import print_function; import django; print("Django " + django.get_version())'
18
19
script: coverage run setup.py test
0 commit comments