From eda5d198eb6e788a536d7b72ed40eb8567cc0587 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Thu, 28 Jan 2016 14:04:24 -0500 Subject: Remove downloadcache tox config value. The `downloadcache` config value is deprecated by tox and the related `--download-cache` flag is removed on pip version 8.0 (deprecated in 6.0). With this change tests should run with the lasted versions of all tools (they do not without it). --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index c4384a2..3292773 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,6 @@ envlist = py27, py32, py33, py34, pypy, flake8, checkspelling [testenv] -downloadcache = {toxworkdir}/cache deps = -rtest-requirements.txt commands = coverage run --source=markdown {toxinidir}/run-tests.py {posargs} coverage report --show-missing @@ -16,4 +15,4 @@ deps = commands = {toxinidir}/checkspelling.sh [flake8] -max-line-length = 119 \ No newline at end of file +max-line-length = 119 -- cgit v1.2.3