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

This commit is contained in:
Jenkins 2016-12-21 17:17:01 +00:00 committed by Gerrit Code Review
commit e361f34d5e
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ envlist = py{34,27,35},{debug,py,py34,py27,py35}-{mongodb,mysql,postgresql,elast
[testenv]
deps = .[mongo,mysql,postgresql,gnocchi]
-r{toxinidir}/test-requirements.txt
# 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}