Put "rm" command to whitelist_externals to avoid warning

Change-Id: Id79a2a1dd35118d6c5ecaa4ae2c74948a4102d5e
This commit is contained in:
yushangbin 2017-08-24 11:56:52 +08:00
parent 912a6b58e5
commit 94bf667f46
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ commands =
coverage erase
python setup.py testr --coverage --testr-args='{posargs}'
coverage report -m
whitelist_externals = rm
[testenv:cover]
deps =