Remove a deprecated flag from tox.ini.

http://tox.readthedocs.org/en/latest/config.html#confval-downloadcache=path

Change-Id: Ib4f10b48db460ae0a537d9e646e1135753506cdb
This commit is contained in:
Ryan Petrello 2013-09-04 10:13:04 -04:00
parent 45de8afa49
commit c367489c1f
2 changed files with 0 additions and 3 deletions

View File

@ -111,8 +111,6 @@ constraints=
setenv=
COVERAGE_FILE=.coverage.{envname}
downloadcache=.tox/cache
[testenv:sphinxext]
basepython=python2.5
deps=

View File

@ -15,7 +15,6 @@ py25deps =
[testenv]
setenv =
COVERAGE_FILE=.coverage.{envname}
downloadcache = .tox/cache
[testenv:sphinxext]
basepython = python2.5