From 144f5f1249dd0ea58748364bccef5242bc0750f2 Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Wed, 1 May 2013 09:39:34 -0700 Subject: [PATCH] Remove unused jenkins arguments from tox.ini These do not match the established testing patterns for OpenStack and seem to be quite redundant. They also mention nosetests which is no longer used. Change-Id: I874a226b515f1a8ad24136eba81a40fc170435b9 --- tox.ini | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/tox.ini b/tox.ini index 105c6a58..d4cf773e 100644 --- a/tox.ini +++ b/tox.ini @@ -18,22 +18,3 @@ commands = {posargs} setenv = VIRTUAL_ENV={envdir} commands = python setup.py testr --coverage - -[tox:jenkins] -downloadcache = ~/cache/pip - -[testenv:jenkins26] -basepython = python2.6 -setenv = NOSE_WITH_XUNIT=1 - -[testenv:jenkins27] -basepython = python2.7 -setenv = NOSE_WITH_XUNIT=1 - -[testenv:jenkinscover] -setenv = NOSE_WITH_XUNIT=1 -commands = nosetests --cover-erase --cover-package=heat --with-xcoverage -a tag='unit' - -[testenv:jenkinsvenv] -setenv = NOSE_WITH_XUNIT=1 -commands = {posargs} -- 2.45.2