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:02 +0100
commit40f071220b6b4c13d2f4c6fd2d264799d5b1a58f (patch)
tree1a160a3173921cb11034319d300ee00f1aa62c33
parentfcd2d1b67342e031f008c36039a166f75823af1d (diff)
downloadxstatic-font-awesome-40f071220b6b4c13d2f4c6fd2d264799d5b1a58f.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: I61d45342736d9607aac033340536e4ecec384d6a
-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
-