[doc] Note lack of constraints is a choice

Change-Id: I29f08edff6459e1acb7e33634e3d8426f09c8c41
This commit is contained in:
Tony Breeds 2016-12-21 09:48:04 +11:00
parent 158c97f75a
commit 0457179dc2

View File

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