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:
Juan Antonio Osorio 2014-06-03 14:24:40 +03:00
parent 10fae57c1c
commit 46fff36a02

@ -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