summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-02-13 09:35:28 +0000
committerGerrit Code Review <review@openstack.org>2018-02-13 09:35:28 +0000
commitf0eefa0abf610090b5ef4f4d1b5c094723acd103 (patch)
treec71e68c0e7c02d51a62d50888b6efd23f133bed4
parentb7ad0e61aa5a76619aab541036af474fdfc6f887 (diff)
parent39e5586eaeb185c7648ac2f790f73766801420b9 (diff)
downloadironic-f0eefa0abf610090b5ef4f4d1b5c094723acd103.tar.gz
Merge "Update UPPER_CONSTRAINTS_FILE for stable/queens" into stable/queens
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 9f026b0e0..8d5dfd057 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ envlist = py3,py27,pep8
[testenv]
usedevelop = True
-install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
+install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens} {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
PYTHONDONTWRITEBYTECODE = 1
LANGUAGE=en_US