summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorOndřej Nový <ondrej.novy@firma.seznam.cz>2015-12-11 22:01:37 +0100
committerOndřej Nový <ondrej.novy@firma.seznam.cz>2015-12-11 22:28:39 +0100
commitfb0e9de4c316397e3ce8f31587fdf6eb74bfc667 (patch)
tree24f93a4184c959eee42b3272c8cbd3885e4853ce /tox.ini
parent097dce7f9b285090a1ccb69366fb4f9474faf73d (diff)
downloadpbr-fb0e9de4c316397e3ce8f31587fdf6eb74bfc667.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: I7c9cb6abe68639309db268076a4d021af09cdcc9
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 83293fa..5952c34 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,7 +15,6 @@ commands =
[tox:jenkins]
sitepackages = True
-downloadcache = ~/cache/pip
[testenv:pep8]
commands = flake8 {posargs}