Remove use-mirrors that code has been deprecated

This commit is contained in:
ssut 2015-07-06 14:30:37 +09:00
parent c656cb709b
commit 941dddaa9a

View File

@ -7,6 +7,6 @@ install:
- "pip install ."
- "pip install coveralls"
before_script:
- "pip install -r requirements.txt --use-mirrors"
- "pip install -r requirements.txt"
script: "coverage run --source=py-googletrans tests.py -v"
after_success: "coveralls"