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 a3da24c commit 1e3e336Copy full SHA for 1e3e336
.travis.yml
@@ -17,7 +17,7 @@ env:
17
install:
18
- pip install -U coverage codecov
19
- pip install -U $DJANGO
20
- - python -c 'from __future__ import print_function; import django; print("Django " + django.get_version())'
+ - pip freeze
21
22
script: coverage run setup.py test
23
0 commit comments