Merge "Remove tox usage of upper-constraints"

This commit is contained in:
Jenkins 2017-03-13 21:25:38 +00:00 committed by Gerrit Code Review
commit c6eb57c2b0
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ skipsdist = True
[testenv]
basepython = python3.5
usedevelop = True
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/test-requirements.txt