Remove use-mirrors that code has been deprecated
This commit is contained in:
parent
c656cb709b
commit
941dddaa9a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user