summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Nový <ondrej.novy@firma.seznam.cz>2015-12-11 23:12:12 +0100
committerOndřej Nový <ondrej.novy@firma.seznam.cz>2015-12-11 23:48:02 +0100
commit880d542062d570e5074e78ffa2e371a7ea2d629c (patch)
treeff3e030fccf189ddb2100363f409146d2976b3b7
parent6a995c0362384bfe959e83b99b6514c7542ada7a (diff)
downloadxstatic-angular-lrdragndrop-880d542062d570e5074e78ffa2e371a7ea2d629c.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: Iaa90867307001a2cc01c338428b088f113e33313
-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
-