8000 Fix pip · socketpy/django-jet@51ebd99 · GitHub
[go: up one dir, main page]

Skip to content

Commit 51ebd99

Browse files
committed
Fix pip
1 parent a804121 commit 51ebd99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ env:
1818
before_install:
1919
- export DJANGO_SETTINGS_MODULE=jet.tests.settings
2020
install:
21-
- pip install -q "Django${DJANGO}" --use-mirrors
22-
- pip install . --use-mirrors
21+
- pip install -q "Django${DJANGO}"
22+
- pip install .
2323
- pip install coverage==3.7.1
2424
- pip install coveralls==0.5
2525
script:

0 commit comments

Comments
 (0)
0