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: I1885c11ae2aa0b98f2ec925580b3a8f26c62b390
This commit is contained in:
Christian Berendt 2014-10-07 11:58:34 +02:00
parent 7990f8cb16
commit 86cc80c3bd
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ usedevelop = True
setenv = VIRTUAL_ENV={envdir}
install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'
[testenv:venv]
commands = {posargs}