Skip to content
Snippets Groups Projects
Commit e2aaae6f authored by Ramon Buldó's avatar Ramon Buldó
Browse files

test: remove use-mirrors

parent 26853969
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,8 @@ language: python
python:
- "3.5"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -r requirements.txt --use-mirrors
# command to install dependencies, e.g. pip install -r requirements.txt
install: pip install -r requirements.txt
# command to run tests, e.g. python setup.py test
script: python setup.py test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment