Merge "[doc] Note lack of constraints is a choice"

This commit is contained in:
Jenkins 2016-12-21 17:16:07 +00:00 committed by Gerrit Code Review
commit 76ea34d92e

View File

@ -5,6 +5,7 @@ envlist = py34,py35,py27,pep8
[testenv]
deps = .[test]
# NOTE(tonyb): This project has chosen to *NOT* consume upper-constraints.txt
install_command = pip install -U {opts} {packages}
usedevelop = True
setenv = VIRTUAL_ENV={envdir}