Update tox to remove deprecated pip option

Needed-By: Iac5fb216d58fd9d5c49367d2a99e1023f87f20b9
Change-Id: I6c9e0bf93abffcfa203b4574eed1d719bd2c4e50
This commit is contained in:
Ryan Beisner 2018-09-11 16:38:27 -05:00
parent 1df295844d
commit f69a94e646
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ skip_missing_interpreters = True
setenv = VIRTUAL_ENV={envdir}
PYTHONHASHSEED=0
install_command =
pip install --allow-unverified python-apt {opts} {packages}
pip install {opts} {packages}
commands = ostestr {posargs}
[testenv:py27]