Merge "Enable tox to upgrade packages if needed"

This commit is contained in:
Jenkins 2014-06-04 15:35:33 +00:00 committed by Gerrit Code Review
commit 1328dc8af4

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