diff --git a/tox.ini b/tox.ini index 81c35959d..89148b25c 100644 --- a/tox.ini +++ b/tox.ini @@ -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