diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-08-30 15:04:04 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-08-30 15:04:04 +0000 |
commit | f84f79752be6d5646afec1298a9253c32639f0b2 (patch) | |
tree | 2b624057e0d39131dfd1b64229fd87cfdade310c | |
parent | 013481dbc9bac2e522b00a74ef55444c0592bf81 (diff) | |
parent | 80c781937b105efdfd86999d173a9c2bfce2e2df (diff) |
Merge "Update UPPER_CONSTRAINTS_FILE for stable/pike" into stable/pike
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ envlist = py35,py27,pep8 [testenv] usedevelop = True -install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} +install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/pike} {opts} {packages} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = python setup.py testr --slowest --testr-args='{posargs}' |