Commit 59ec7f01 authored by Marius Gedminas's avatar Marius Gedminas

Stop using deprecated --use-mirrors

parent 7182097c
...@@ -9,7 +9,7 @@ python: ...@@ -9,7 +9,7 @@ python:
- pypy - pypy
- pypy3 - pypy3
install: install:
- pip install . --use-mirrors - pip install .
script: script:
- python setup.py test -q - python setup.py test -q
notifications: notifications:
......
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