Merge "Add rm to tox whitelist_externals"
This commit is contained in:
commit
b211825966
1
tox.ini
1
tox.ini
@ -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]
|
||||||
|
Loading…
Reference in New Issue
Block a user