From 489a6b5cb7b32d542f9ffba7c47d1707498f24b5 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Wed, 20 Mar 2019 16:15:03 +0000 Subject: [PATCH] Whitelist `rm` for docs target in tox.ini Change-Id: Ifd60e5ed0085059f47ae65f478d33f2f4bcb6fdf --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index cecc1fb1..c2c0e693 100644 --- a/tox.ini +++ b/tox.ini @@ -39,6 +39,7 @@ commands = rm -rf doc/html doc/build rm -rf doc/source/apidoc doc/source/api sphinx-build -W -b html doc/source doc/build/html +whitelist_externals = rm [testenv:cover] basepython = python3