Merge "Add rm to whitelist_externals in tox.ini"

This commit is contained in:
Jenkins 2017-09-14 07:02:37 +00:00 committed by Gerrit Code Review
commit 32eedd8a5c
1 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,9 @@ commands =
rm -f .testrepository/times.dbm
python tools/patch_tox_venv.py
python setup.py testr --slowest --testr-args='{posargs}'
whitelist_externals =
rm
[tox:jenkins]
sitepackages = False