tox.ini: Whitelist rm

Remove noise from execution, whitelist rm command.

Change-Id: I270d7e98fe857501fa6ac1a38f6ff928ea0192de
This commit is contained in:
Andreas Jaeger 2014-04-17 10:24:41 +02:00
parent 4e7cde1341
commit b99b4c48c8

View File

@ -11,6 +11,7 @@ whitelist_externals =
bash
cp
mkdir
rm
sed
[testenv:venv]