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:47:24 +0100
commit8648295573aa0fd887a36684fde84c9c504a4b1e (patch)
treeea2418d57d9f9655724d92a5004ed638b137af35
parentd799a1c60e2e27eb23d1cd7eb515bc3c0bc1e327 (diff)
downloadxstatic-angular-bootstrap-8648295573aa0fd887a36684fde84c9c504a4b1e.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: I1252e0d79f2d71367a23f72e0d859005300af716
-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
-