Add rm to whitelist_externals

This will avoid a warning message when running test.

Change-Id: Ifb308ff2f74fb49b886efe4f503a0c9c63800db1
This commit is contained in:
Jeremy Liu 2017-10-27 17:02:39 +08:00
parent 4c5868d552
commit 6b17052ee1
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ skipsdist = True
envlist = py35,py27,pep8
[testenv]
whitelist_externals = rm
setenv = VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning
usedevelop = True