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

This commit is contained in:
Jenkins 2016-02-29 23:56:34 +00:00 committed by Gerrit Code Review
commit ca9dc18dec
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