Remove deprecated --allow-unverified pip option.

This commit is contained in:
John Cass 2018-05-06 09:42:48 +02:00
parent 85f71639b0
commit 4fdba287ac

View File

@ -14,7 +14,7 @@ deps =
pytest-cov pytest-cov
pytest-xdist pytest-xdist
responses responses
install_command = pip install --allow-unverified=mopidy --pre {opts} {packages} install_command = pip install --pre {opts} {packages}
commands = commands =
py.test \ py.test \
--basetemp={envtmpdir} \ --basetemp={envtmpdir} \