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-xdist
responses
install_command = pip install --allow-unverified=mopidy --pre {opts} {packages}
install_command = pip install --pre {opts} {packages}
commands =
py.test \
--basetemp={envtmpdir} \