Merge "Override install_command in neutron unit tests for periodic queue"

This commit is contained in:
Jenkins 2016-07-15 14:53:36 +00:00 committed by Gerrit Code Review
commit f942bfa70f
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ cat << EOF >> tox.ini
setenv = VIRTUAL_ENV={envdir}
passenv = TRACE_FAILONLY GENERATE_HASHES http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
usedevelop = True
install_command = pip install {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
whitelist_externals = sh