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