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:25 +0100
commit8f92bdebbc1e24903a98e0f1cf9921c9eda1a24f (patch)
tree6b66ebc8c4cf6337c794fef82864f03bb2bac81f
parentd94c8d325684fc3ec1e629169dab736e5fc77b35 (diff)
downloadxstatic-bootstrap-scss-8f92bdebbc1e24903a98e0f1cf9921c9eda1a24f.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: I014bd6059d87181d60be453d666b5bea82ca3439
-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
-