From cdcbbea2c6a225eaf0c34e4c92b72e22a691cf39 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Tue, 7 Oct 2014 11:56:28 +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: I04a7111fb63a10c5b9631633d54f4b2b3508a6bc --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index e97eef0..30c179d 100644 --- a/tox.ini +++ b/tox.ini @@ -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