summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Nový <ondrej.novy@firma.seznam.cz>2015-12-11 21:06:12 +0100
committerOndřej Nový <ondrej.novy@firma.seznam.cz>2015-12-11 21:28:20 +0100
commit815486005d3a58d74d15f79ad5d322f6ef03746d (patch)
treed47f33045a1d93f642b93919913f74c2e5f13c2b
parent94e101148d14b9c91c5bbedd49efb57ebec5dae9 (diff)
downloadswift-bench-815486005d3a58d74d15f79ad5d322f6ef03746d.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: I1fe8420806ea45ebc3d455f281bdbe49e0d94e7c
-rw-r--r--tox.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index edc01fe..f5ea3e9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,9 +22,6 @@ commands = {posargs}
setenv = NOSE_WITH_COVERAGE=1
commands = nosetests {posargs}
-[tox:jenkins]
-downloadcache = ~/cache/pip
-
[flake8]
ignore = H
show-source = True