Fix a typo from UPPER_CONTRAINTS_FILE to UPPER_CONSTRAINTS_FILE

Change-Id: I22a5cecfeeca394cd6e1f2f889b402e6205fa2e2
This commit is contained in:
fumihiko kakuma 2015-12-17 11:37:05 +09:00
parent 69eb61a944
commit fb7ab464e4
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ commands =
# mode. To do this define the TRACE_FAILONLY environmental variable.
[testenv:common-constraints]
install_command = {toxinidir}/tools/tox_install.sh constrained -c{env:UPPER_CONTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
install_command = {toxinidir}/tools/tox_install.sh constrained -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
[tox:jenkins]
sitepackages = True