Whitelist 'rm' in pep8 tox environment

Running the pep8 environment currently warns that 'rm' is not
installed in testenv. This patch removes the warning by whitelisting
the rm command.

Change-Id: I822195990d345ddd08237f9696651c71ad59b9d2
Closes-Bug: #1583025
This commit is contained in:
Zhenguo Niu
2016-05-18 16:13:48 +08:00
parent 2dcd28a953
commit 1d7e3885b2

View File

@@ -47,6 +47,7 @@ commands =
usedevelop = True
whitelist_externals =
git
rm
setenv =
{[testenv]setenv}
DJANGO_SETTINGS_MODULE=openstack_dashboard.test.settings