Skip to content

Commit eda5d19

Browse files
committed
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).
1 parent 13139be commit eda5d19

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
envlist = py27, py32, py33, py34, pypy, flake8, checkspelling
33

44
[testenv]
5-
downloadcache = {toxworkdir}/cache
65
deps = -rtest-requirements.txt
76
commands = coverage run --source=markdown {toxinidir}/run-tests.py {posargs}
87
coverage report --show-missing
@@ -16,4 +15,4 @@ deps =
1615
commands = {toxinidir}/checkspelling.sh
1716

1817
[flake8]
19-
max-line-length = 119
18+
max-line-length = 119

0 commit comments

Comments
 (0)