summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorOndřej Nový <ondrej.novy@firma.seznam.cz>2015-12-11 21:06:11 +0100
committerOndřej Nový <ondrej.novy@firma.seznam.cz>2015-12-11 21:24:05 +0100
commit58491d5b82b46560e7bc83c68c8d36902c2f673b (patch)
treeb9ec5102c653c7d0859f6261f805858806cb886b /tox.ini
parenta6ee585aaae2d4caf1651422953ab79858c86324 (diff)
downloadpython-barbicanclient-58491d5b82b46560e7bc83c68c8d36902c2f673b.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: I0349f6d3812783391bc74cacae6ad947a4d19622
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 8232a5e..f0e8606 100644
--- a/tox.ini
+++ b/tox.ini
@@ -34,9 +34,6 @@ deps =
{[testenv]deps}
commands = nosetests {toxinidir}/functionaltests/{posargs} -v
-[tox:jenkins]
-downloadcache = ~/cache/pip
-
[flake8]
show-source = True
ignore = F,H