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 65cfac4 commit d8756cdCopy full SHA for d8756cd
.travis.yml
@@ -16,7 +16,7 @@ install:
16
- pip install -U coverage codecov $DJANGO
17
- python -c 'from __future__ import print_function; import django; print("Django " + django.get_version())'
18
19
-script: coverage run -a setup.py test
+script: coverage run setup.py test
20
21
matrix:
22
exclude:
0 commit comments