Merge "Add rm to whitelist_externals in tox.ini"

This commit is contained in:
Jenkins 2017-07-25 13:39:01 +00:00 committed by Gerrit Code Review
commit 02b7724708

View File

@ -17,6 +17,8 @@ setenv = VIRTUAL_ENV={envdir}
# random hash seed successfully.
PYTHONHASHSEED=0
whitelist_externals = /bin/bash
rm
find
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =