From c367489c1fcb2f5cd959959c607d83df05f9cc64 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Wed, 4 Sep 2013 10:13:04 -0400 Subject: Remove a deprecated flag from tox.ini. http://tox.readthedocs.org/en/latest/config.html#confval-downloadcache=path Change-Id: Ib4f10b48db460ae0a537d9e646e1135753506cdb --- tox-tmpl.ini | 2 -- tox.ini | 1 - 2 files changed, 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 -- cgit v1.2.1