Commit 78bf232a by benjaoming

remove pip --use-mirrors

parent 6a1217c9
...@@ -4,8 +4,8 @@ python: ...@@ -4,8 +4,8 @@ python:
- "2.7" - "2.7"
# command to run tests # command to run tests
install: install:
- pip install -r .travis/requirements_1.4.txt --use-mirrors - pip install -r .travis/requirements_1.4.txt
- pip install -r .travis/requirements_1.5.txt --use-mirrors - pip install -r .travis/requirements_1.5.txt
script: script:
- python -W error:"":"":0 testproject/manage.py test wiki - python -W error:"":"":0 testproject/manage.py test wiki
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment