Add rm to tox whitelist_externals

Avoids a warning when running tox -e api-ref

Change-Id: Ib02849075e6424f1db84499fd7500d7bb76dde67
This commit is contained in:
Alistair Coles 2016-08-17 17:20:21 +01:00
parent f1817802bd
commit ce49a296c6

View File

@ -16,6 +16,7 @@ commands = find . -type f -name "*.py[c|o]" -delete
find . -type d -name "__pycache__" -delete
nosetests {posargs:test/unit}
whitelist_externals = find
rm
passenv = SWIFT_* *_proxy
[testenv:cover]