Merge "Add rm to tox whitelist_externals"

This commit is contained in:
Jenkins 2016-08-18 04:55:56 +00:00 committed by Gerrit Code Review
commit b211825966

View File

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