Enable tox to upgrade packages if needed
Though it will take a bit more time, with this, running tox will upgrade the packages to a later version if needed. Change-Id: Iaf287d67e75189dc44760c477d880228a7d16c23
This commit is contained in:
parent
10fae57c1c
commit
46fff36a02
1
tox.ini
1
tox.ini
@ -2,6 +2,7 @@
|
||||
envlist = pep8,py26,py27
|
||||
|
||||
[testenv]
|
||||
install_command = pip install -U {opts} {packages}
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user