Commit a32f949d by Nik Nyby

Remove deprecated --use-mirrors option from pip install

This option was removed in pip version 7.0.0. See: https://pip.pypa.io/en/stable/news.html
parent 54b7d328
......@@ -8,5 +8,5 @@ envlist = py26, py27
[testenv]
commands =
pip install --use-mirrors -q -r requirements.txt
pip install -q -r requirements.txt
make unit functional
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