From fafa4c7272fd803155e28ba88028b0d76634c0cf Mon Sep 17 00:00:00 2001 From: Josh Miklos Date: Mon, 22 Jun 2020 16:13:48 -0700 Subject: [PATCH] fixed test-docs for windows --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 3f8c29f..bf4b5ef 100644 --- a/tox.ini +++ b/tox.ini @@ -26,8 +26,8 @@ whitelist_externals = sphinx-build cmd description = generating documentation commands = sphinx-build -b dirhtml docs/docsrc docs_test -n -T - rm -rf docs_test - #cmd /c RMDIR /Q/S docs_test + #rm -rf docs_test + cmd /c RMDIR /Q/S docs_test [testenv:mypy] whitelist_externals = mypy