summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Nový <ondrej.novy@firma.seznam.cz>2015-12-11 23:12:13 +0100
committerOndřej Nový <ondrej.novy@firma.seznam.cz>2015-12-11 23:48:46 +0100
commitde2298a4c445344ee98db5f0ecb7394922a0f19b (patch)
treef1f2c6608bbdaf50e27d63c861a9402cb66c8391
parentaba4aa00fee0a789739f88acaf9d34b43ef10abc (diff)
downloadxstatic-d3-de2298a4c445344ee98db5f0ecb7394922a0f19b.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: I719051f9242d956cf47762e430fc9d8b0e16b573
-rw-r--r--tox.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 878839e..9e60b20 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,6 +6,3 @@ envlist = py27,py33,py34
[testenv:venv]
commands = {posargs}
-[tox:jenkins]
-downloadcache = ~/cache/pip
-