summaryrefslogtreecommitdiff
path: root/tox.ini
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:23:34 +0100
commit739117459f511a0bfe7145f7cd8632d3a43b5abd (patch)
tree7751b04cf7f5678884d4854d52d985baff651d89 /tox.ini
parent7289221f393551d39fd72c7dccdc9f931da7b9ed (diff)
downloadosprofiler-739117459f511a0bfe7145f7cd8632d3a43b5abd.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: I2f917ca797bcdad8d854440183867a09f7563cdc
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 38b9713..ecaf02a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -29,9 +29,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
changedir = doc/source
commands = make html
-[tox:jenkins]
-downloadcache = ~/cache/pip
-
[flake8]
ignore = E126,H703
show-source = true