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:21 +0100
commit633011365a69602aada5f419fc40fd50279e8884 (patch)
treefda5fed13a576e978b57d37a633320f5b4ebca29
parent105354522a39c42285e2dd4c1591f0137a6bac92 (diff)
downloadxstatic-jsencrypt-633011365a69602aada5f419fc40fd50279e8884.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: I38b3b8f55d8af32e891da15ba755156a32cd7084
-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
-