Merge "Remove call of 'python setup.py testr' in tox.ini"

This commit is contained in:
Jenkins 2014-10-10 01:16:06 +00:00 committed by Gerrit Code Review
commit 9285a97f4a
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@ setenv = VIRTUAL_ENV={envdir}
usedevelop = True
install_command = pip install {opts} {packages}
deps = -r{toxinidir}/requirements.txt
commands =
python setup.py testr --slowest --testr-args='{posargs}'
[tox:jenkins]
downloadcache = ~/cache/pip