From 546093175eb8dffeb6d4a21ec23da94416ce6c22 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 17 Sep 2015 23:34:09 -0300 Subject: [PATCH] White list rm for cxfreeze env --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index be04e0a0a..69c9d0f52 100644 --- a/tox.ini +++ b/tox.ini @@ -107,6 +107,7 @@ commands= py.test -rfsxX {posargs} changedir=doc/en deps=sphinx PyYAML +whitelist_externals=rm commands= rm -rf /tmp/doc-exec* #pip install pytest==2.3.4