Fix tox.ini constraints for post jobs

Post jobs are currently failing since constraints are not available but
required by this tox.ini file. Change venv environment to work without
constraints.

Change-Id: I736be6a49f919302c31fc7ebd8251cb0a0d73853
This commit is contained in:
Andreas Jaeger 2016-03-05 19:59:21 +01:00
parent 413a9628da
commit cf9e80a16f
1 changed files with 3 additions and 0 deletions

View File

@ -84,6 +84,9 @@ commands =
python setup.py test --coverage --coverage-package-name=neutron_vpnaas --testr-args='{posargs}'
[testenv:venv]
# TODO(pc_m): Remove install_command, once infra supports constraints for
# this target.
install_command = {toxinidir}/tools/tox_install.sh unconstrained {opts} {packages}
commands = {posargs}
[testenv:docs]