Commit cfb3dc3c authored by Mark Peek's avatar Mark Peek

Remove deprecated --use-mirrors option

parent b80b9d75
......@@ -3,8 +3,8 @@ python:
- "2.7"
install:
- pip install --use-mirrors pep8 pyflakes
- pip install --use-mirrors cython
- pip install pep8 pyflakes
- pip install cython
- python setup.py install
before_script:
......
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