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

Because we do not have a .testr.conf configuration file the call of
python setup.py testr will fail.

Change-Id: I04a7111fb63a10c5b9631633d54f4b2b3508a6bc
This commit is contained in:
Christian Berendt 2014-10-07 11:56:28 +02:00
parent d9a69b881e
commit cdcbbea2c6
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