summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini7
1 files changed, 5 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 2214780a..852e234f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,8 +7,10 @@ skipsdist = True
[testenv]
usedevelop = True
# tox is silly... these need to be separated by a newline....
-whitelist_externals = find
- bash
+whitelist_externals =
+ find
+ bash
+ rm
passenv = ZUUL_CACHE_DIR
REQUIREMENTS_PIP_LOCATION
install_command = pip install {opts} {packages}
@@ -46,6 +48,7 @@ deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands =
+ rm -rf doc/build
sphinx-build -b html doc/source doc/build/html
[testenv:releasenotes]