Remove testenv for install-guide
Since install-guide is placed in doc/source/ we don't need additional env to build it. Change-Id: Idcc711a4d5f4a88e960f22795b7e101ae388551e
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -71,6 +71,3 @@ commands = sphinx-build -a -W -E -d releasenotes/build/doctrees -b html releasen
|
|||||||
[testenv:bandit]
|
[testenv:bandit]
|
||||||
deps = -r{toxinidir}/test-requirements.txt
|
deps = -r{toxinidir}/test-requirements.txt
|
||||||
commands = bandit -r watcher -x tests -n5 -ll -s B320
|
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user