Merge "Constrain remaining tox targets"

This commit is contained in:
Jenkins 2016-08-13 05:55:36 +00:00 committed by Gerrit Code Review
commit 6a00b9e726
1 changed files with 0 additions and 6 deletions

View File

@ -81,8 +81,6 @@ deps =
{[testenv:functional]deps}
[testenv:releasenotes]
# TODO(ihrachys): remove once infra supports constraints for this target
install_command = pip install -U {opts} {packages}
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:pep8]
@ -103,16 +101,12 @@ whitelist_externals =
bash
[testenv:cover]
# TODO(ihrachys): remove once infra supports constraints for this target
install_command = pip install -U {opts} {packages}
basepython = python2.7
commands =
python setup.py testr --coverage --testr-args='{posargs}'
coverage report
[testenv:venv]
# TODO(ihrachys): remove once infra supports constraints for this target
install_command = pip install -U {opts} {packages}
commands = {posargs}
[testenv:docs]