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:14 +0100
commitafdafbbb4f1c34548754b19d71a8a124121857b7 (patch)
tree6a27dbebc6c1546c12185ec9d7c4be27cecb745b
parentdbba0140055bdd0cad5459ca4a8a8fabebbdb2d7 (diff)
downloadxstatic-bootstrap-datepicker-afdafbbb4f1c34548754b19d71a8a124121857b7.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: I5e2190f0fa8393c65fad087093cde8bae22090ee
-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
-