From 86cc80c3bd502258fdb4e2b2e56bd79920770f52 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Tue, 7 Oct 2014 11:58:34 +0200 Subject: [PATCH] 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 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2f5b2f6..aacefbe 100644 --- a/tox.ini +++ b/tox.ini @@ -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}