From 9b8296101d074ede5b3256d3dea5867acdd65798 Mon Sep 17 00:00:00 2001 From: Ruslan Kamaldinov Date: Thu, 29 May 2014 19:22:57 +0400 Subject: [PATCH] Cleanup tox.ini Removed unused tox entries from tox.ini Change-Id: I0e79e4738bf7efe2a4384f6e3c73a010d9554e3d --- tox.ini | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/tox.ini b/tox.ini index 1606e534..3516f30b 100644 --- a/tox.ini +++ b/tox.ini @@ -32,29 +32,6 @@ commands = rm -rf doc/source/apidoc doc/source/api python setup.py build_sphinx -[tox:jenkins] -downloadcache = ~/cache/pip - -[testenv:jenkins26] -basepython = python2.6 -setenv = NOSE_WITH_XUNIT=1 -deps = file://{toxinidir}/.cache.bundle - -[testenv:jenkins27] -basepython = python2.7 -setenv = NOSE_WITH_XUNIT=1 -deps = file://{toxinidir}/.cache.bundle - -[testenv:jenkinscover] -deps = file://{toxinidir}/.cache.bundle -setenv = NOSE_WITH_XUNIT=1 -commands = nosetests --cover-erase --cover-package=murano --with-xcoverage - -[testenv:jenkinsvenv] -deps = file://{toxinidir}/.cache.bundle -setenv = NOSE_WITH_XUNIT=1 -commands = {posargs} - [testenv:pyflakes] deps = flake8 commands = flake8