Merge "Use constraints for all the things"

This commit is contained in:
Jenkins 2016-08-25 13:43:18 +00:00 committed by Gerrit Code Review
commit a69de10ffd
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
envlist = pep8,py27,py34
[testenv]
install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
usedevelop = True
deps =
-r{toxinidir}/requirements.txt
@ -25,4 +26,4 @@ commands = python setup.py build_sphinx
[flake8]
max-complexity=15
show-source = True
show-source = True