Removed --use-mirrors.
parent
04466602f7
commit
fa401c3dc3
|
|
@ -7,8 +7,7 @@ env:
|
||||||
- DJANGO=1.6.6
|
- DJANGO=1.6.6
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install . --use-mirrors
|
- pip install -r sample_project/requirements.txt
|
||||||
- pip install -r sample_project/requirements.txt --use-mirrors
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd sample_project
|
- cd sample_project
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue