Merge "Use upper-constraints for tox"

This commit is contained in:
Jenkins 2017-05-18 00:05:13 +00:00 committed by Gerrit Code Review
commit 5b4e1bc823
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ skipsdist = True
[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}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt