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 5a5a80d commit 184f529Copy full SHA for 184f529
.travis.yml
@@ -5,7 +5,7 @@ env:
5
- DJANGO_VERSION=1.9.10
6
- DJANGO_VERSION=1.10.1
7
install:
8
- - pip install -q Django==$DJANGO_VERSION --use-mirrors
+ - pip install -q Django==$DJANGO_VERSION
9
- pip install -q -e . --use-mirrors
10
- pip install coveralls
11
# command to run tests
0 commit comments