From: Clint Byrum Date: Wed, 1 May 2013 16:39:34 +0000 (-0700) Subject: Remove unused jenkins arguments from tox.ini X-Git-Tag: 2014.1~660^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=144f5f1249dd0ea58748364bccef5242bc0750f2;p=openstack-build%2Fheat-build.git 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 --- 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}