Merge "Update tox.ini for upper constraints"

This commit is contained in:
Jenkins 2016-09-01 17:33:27 +00:00 committed by Gerrit Code Review
commit 2c4a8bfd2a
1 changed files with 0 additions and 6 deletions

View File

@ -50,8 +50,6 @@ commands =
sh tools/pretty_tox.sh '{posargs}'
[testenv:releasenotes]
# TODO(ihrachys): remove once infra supports constraints for this target
install_command = {toxinidir}/tools/tox_install.sh unconstrained {opts} {packages}
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:pep8]
@ -61,14 +59,10 @@ commands =
{[testenv:genconfig]commands}
[testenv:cover]
# TODO(ihrachys): remove once infra supports constraints for this target
install_command = {toxinidir}/tools/tox_install.sh unconstrained {opts} {packages}
commands =
python setup.py test --coverage --coverage-package-name=neutron_dynamic_routing --testr-args='{posargs}'
[testenv:venv]
# TODO(ihrachys): remove once infra supports constraints for this target
install_command = pip install -U {opts} {packages}
commands = {posargs}
[testenv:docs]