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.

---snip---
py27 runtests: commands[0] | python setup.py testr --slowest --testr-args=docs
running testr
No .testr.conf config file
error: testr failed (3)
---snap---

Change-Id: I0535bd86e102af7f1c39e4f55d9abf281e55af04
This commit is contained in:
Christian Berendt 2014-10-07 10:13:20 +02:00
parent ed23a70b65
commit b7d0269c84
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ setenv =
VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'
[testenv:pep8]
commands = flake8