Skip to content
Snippets Groups Projects
Commit dba028a9 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Add Constraints support"

parents 9d3a60ec 84a493c6
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ envlist = py35,py34,py27,pep8,pypy
usedevelop=True
whitelist_externals = find
rm
install_command = pip install -U {opts} {packages}
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
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment