From 8e787d0a878ab42384ce95f33aaf2cbf69ae7551 Mon Sep 17 00:00:00 2001 From: Alexander Chadin Date: Fri, 21 Jul 2017 12:54:02 +0300 Subject: [PATCH] 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 --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index 81c3595..89148b2 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