Whitelist `rm` for docs target in tox.ini

Change-Id: Ifd60e5ed0085059f47ae65f478d33f2f4bcb6fdf
This commit is contained in:
Adam Coldrick 2019-03-20 16:15:03 +00:00
parent a834414372
commit 489a6b5cb7
1 changed files with 1 additions and 0 deletions

View File

@ -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