[doc] Note lack of constraints is a choice

Change-Id: I7af174a6b90a710ae7f6e60ab16fbb3768a2d01e
This commit is contained in:
Tony Breeds 2016-12-21 09:42:06 +11:00
parent 0bfcb468cf
commit 30ee8640ce
1 changed files with 1 additions and 0 deletions

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}