summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2013-09-04 10:13:04 -0400
committerRyan Petrello <lists@ryanpetrello.com>2013-09-04 10:19:15 -0400
commitc367489c1fcb2f5cd959959c607d83df05f9cc64 (patch)
tree97fac413898686f5f0dbb58dce78ca66da13c7f7
parent45de8afa495f7d13d6aadfbeaee4a1733afc792e (diff)
downloadwsme-c367489c1fcb2f5cd959959c607d83df05f9cc64.tar.gz
Remove a deprecated flag from tox.ini.
http://tox.readthedocs.org/en/latest/config.html#confval-downloadcache=path Change-Id: Ib4f10b48db460ae0a537d9e646e1135753506cdb
-rw-r--r--tox-tmpl.ini2
-rw-r--r--tox.ini1
2 files changed, 0 insertions, 3 deletions
diff --git a/tox-tmpl.ini b/tox-tmpl.ini
index 37482ae..5d4f2e7 100644
--- a/tox-tmpl.ini
+++ b/tox-tmpl.ini
@@ -111,8 +111,6 @@ constraints=
setenv=
COVERAGE_FILE=.coverage.{envname}
-downloadcache=.tox/cache
-
[testenv:sphinxext]
basepython=python2.5
deps=
diff --git a/tox.ini b/tox.ini
index c2ee669..d4d05e5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,7 +15,6 @@ py25deps =
[testenv]
setenv =
COVERAGE_FILE=.coverage.{envname}
-downloadcache = .tox/cache
[testenv:sphinxext]
basepython = python2.5