1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

travis: remove --use-mirrors

This commit is contained in:
Ilya Kreymer 2016-02-23 18:39:27 -08:00
parent 1d5b23413f
commit 20bd9d118b

View File

@ -25,7 +25,7 @@ install:
- pip install boto certauth - pip install boto certauth
- pip install git+https://github.com/esnme/ultrajson.git - pip install git+https://github.com/esnme/ultrajson.git
- python setup.py -q install - python setup.py -q install
- pip install coverage pytest-cov coveralls --use-mirrors - pip install coverage pytest-cov coveralls
- npm install - npm install
before_script: before_script: