summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorOndřej Nový <ondrej.novy@firma.seznam.cz>2015-12-11 23:11:57 +0100
committerOndřej Nový <ondrej.novy@firma.seznam.cz>2015-12-11 23:30:05 +0100
commit6ac9f3a4127711310a52433935c27d7446d5099c (patch)
tree700615821bae96e36829f6ce0393dff2573016b8 /tox.ini
parentc6dd7c7ba9e9fc3dfa45fa568c26529a63b03431 (diff)
downloadpython-novaclient-6ac9f3a4127711310a52433935c27d7446d5099c.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: I22e710aae8bf34938a4f9ee85c566876a36c7bb1
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 f27b5fc9..84b4f68b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -42,9 +42,6 @@ commands = python setup.py testr --testr-args='--concurrency=1 {posargs}'
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'
-[tox:jenkins]
-downloadcache = ~/cache/pip
-
[flake8]
# Following checks should be enabled in the future.
#