summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2012-05-21 10:58:35 -0400
committerMonty Taylor <mordred@inaugust.com>2012-05-21 10:58:35 -0400
commitc9dfd144d11b6371da95469e8fcff7315d1c0c4e (patch)
treed73de7cc5b7c8781463cf927eab32be149493797
parentbee9ae504270c6cd73663ba1a6f63c32fc66850a (diff)
downloadpython-swiftclient-c9dfd144d11b6371da95469e8fcff7315d1c0c4e.tar.gz
Removed now-unused .cache.bundle references.1.1.01.0
Change-Id: I236cc26be12c21743197e93ed304655702cb1ff2
-rw-r--r--tox.ini4
1 files changed, 0 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 4698ad7..1112dfe 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}