Some more cleanup around tox_install.sh

Change-Id: I983902321a6a22dad7ba46e76e50f5bf38f915ad
This commit is contained in:
Akihiro Motoki 2017-11-30 19:39:35 +09:00
parent 56f739de36
commit a34c083fd0
1 changed files with 1 additions and 3 deletions

View File

@ -5,10 +5,8 @@ skipsdist = True
[testenv]
usedevelop = True
install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/pike} {opts} {packages}
install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
BRANCH_NAME=stable/pike
CLIENT_NAME=neutron-fwaas-dashboard
NOSE_WITH_OPENSTACK=1
NOSE_OPENSTACK_COLOR=1
NOSE_OPENSTACK_RED=0.05