]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Remove unused jenkins arguments from tox.ini
authorClint Byrum <clint@fewbar.com>
Wed, 1 May 2013 16:39:34 +0000 (09:39 -0700)
committerClint Byrum <clint@fewbar.com>
Wed, 1 May 2013 16:40:32 +0000 (09:40 -0700)
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

diff --git a/tox.ini b/tox.ini
index 105c6a5818602ae4ac6ba7f47a426560a2016231..d4cf773e8106ee9fa29b1f04fde6b2dfbac2f7cb 100644 (file)
--- 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}