summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Nový <ondrej.novy@firma.seznam.cz>2015-12-11 21:06:13 +0100
committerOndřej Nový <ondrej.novy@firma.seznam.cz>2015-12-11 21:23:20 +0100
commitbd5fad6e3ffd53d413ee2f5b833e68bb508da488 (patch)
treeaef7bf15c26bfca5954370096907b70215204e48
parent2fbfcf568f78b68b54978ea1e43c6a682c3f650b (diff)
downloadoslosphinx-bd5fad6e3ffd53d413ee2f5b833e68bb508da488.tar.gz
Deprecated tox -downloadcache option removed
Caching is enabled by default from pip version 6.0 More info: https://testrun.org/tox/latest/config.html#confval-downloadcache=path https://pip.pypa.io/en/stable/reference/pip_install/#caching Change-Id: Ic8aa835bbc689246afa8fa8ebd9420c1bb1327a9
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4682314..dada4ac 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,6 @@ envlist = pep8
[testenv]
deps = -r{toxinidir}/test-requirements.txt
-downloadcache = {toxworkdir}/_download
[testenv:pep8]
commands =