Merge "[doc] Note lack of constraints is a choice"
This commit is contained in:
commit
e361f34d5e
1
tox.ini
1
tox.ini
@ -6,6 +6,7 @@ envlist = py{34,27,35},{debug,py,py34,py27,py35}-{mongodb,mysql,postgresql,elast
|
|||||||
[testenv]
|
[testenv]
|
||||||
deps = .[mongo,mysql,postgresql,gnocchi]
|
deps = .[mongo,mysql,postgresql,gnocchi]
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
|
# NOTE(tonyb): This project has chosen to *NOT* consume upper-constraints.txt
|
||||||
install_command = pip install -U {opts} {packages}
|
install_command = pip install -U {opts} {packages}
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
setenv = VIRTUAL_ENV={envdir}
|
setenv = VIRTUAL_ENV={envdir}
|
||||||
|
Loading…
Reference in New Issue
Block a user