Fix warning 'test command found but not installed in testenv'

Add 'find' to whitelist_externals in tox.ini to prevent
warning: 'WARNING:test command found but not installed in testenv'.

Change-Id: I8cfbbea21872b79234b6a0046e9428d80f1f9b19
This commit is contained in:
liyingjun 2015-12-13 12:53:35 +08:00 committed by Steve McLellan
parent 66aa5c19a1
commit 51a4c7e2ab
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ deps = -r{toxinidir}/requirements.txt
commands =
find . -type f -name "*.pyc" -delete
python setup.py testr --slowest --testr-args='{posargs}'
whitelist_externals = find
[testenv:pypy]
deps = setuptools<3.2