aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 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