From c9dfd144d11b6371da95469e8fcff7315d1c0c4e Mon Sep 17 00:00:00 2001 From: Monty Taylor <mordred@inaugust.com> Date: Mon, 21 May 2012 10:58:35 -0400 Subject: [PATCH] Removed now-unused .cache.bundle references. Change-Id: I236cc26be12c21743197e93ed304655702cb1ff2 --- tox.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tox.ini b/tox.ini index 4698ad79..1112dfe1 100644 --- a/tox.ini +++ b/tox.ini @@ -28,19 +28,15 @@ 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=swiftclient --with-xcoverage [testenv:jenkinsvenv] -deps = file://{toxinidir}/.cache.bundle setenv = NOSE_WITH_XUNIT=1 commands = {posargs}