Merge "Remove testenv for install-guide"

This commit is contained in:
Jenkins 2017-07-22 01:20:07 +00:00 committed by Gerrit Code Review
commit ba907f4905
1 changed files with 0 additions and 3 deletions

View File

@ -71,6 +71,3 @@ commands = sphinx-build -a -W -E -d releasenotes/build/doctrees -b html releasen
[testenv:bandit]
deps = -r{toxinidir}/test-requirements.txt
commands = bandit -r watcher -x tests -n5 -ll -s B320
[testenv:install-guide]
commands = sphinx-build -a -E -W -d install-guide/build/doctrees -b html install-guide/source install-guide/build/html