[doc] Note lack of constraints is a choice

Change-Id: I4059402b4ac1f99f30997fce2d6f2381dab8d077
This commit is contained in:
Tony Breeds 2016-12-21 09:49:08 +11:00
parent ad84f3b875
commit d2b1656eb9
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ usedevelop = True
setenv = VIRTUAL_ENV={envdir}
install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
# NOTE(tonyb): This project has chosen to *NOT* consume upper-constraints.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'
[testenv:venv]