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:49:37 +0100
commitef5a81446bb639d3e95dfc62d37eb55f4c341d6b (patch)
treeb6e1ed0aefbee77129f8f58ae79c4f8a46586beb
parentd4b60cf4d63debdef4b5e5fdca8bdf00a1476587 (diff)
downloadxstatic-rickshaw-ef5a81446bb639d3e95dfc62d37eb55f4c341d6b.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: I67fa6e487e185294876d56b67ade892cd4e49590
-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
-