summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2017-01-20 19:16:10 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2017-01-20 19:16:10 +0000
commitf7831b5a1ad1d9f6deee5918aaa457d6308b7ae4 (patch)
treee8e5a7397f7ef46202c09debb9896b645f797b90
parent8a2262838cae48cb0796c023e11b448970bc595d (diff)
downloadoslosphinx-f7831b5a1ad1d9f6deee5918aaa457d6308b7ae4.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/ocata
Change-Id: I3232130ef4cdb459b88ea94bf31e07b381615584
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index cd51fdd..10f40a6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,7 @@ setenv =
VIRTUAL_ENV={envdir}
BRANCH_NAME=master
CLIENT_NAME=oslosphinx
-install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
+install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata} {opts} {packages}
deps = -r{toxinidir}/test-requirements.txt
[testenv:pep8]