summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Nový <ondrej.novy@firma.seznam.cz>2015-12-11 23:11:55 +0100
committerOndřej Nový <ondrej.novy@firma.seznam.cz>2015-12-11 23:22:23 +0100
commit66ff96f3c76115215c46f839d14f060dcfabd169 (patch)
treeeaa33622f3ab5f125eac54e7fc7649a3e16298f7
parent9eb552d023950f3ccbf372578e6a4646195fda59 (diff)
downloadpython-ceilometerclient-66ff96f3c76115215c46f839d14f060dcfabd169.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: Iffa03444402f08c32efd698ba9694d9312edbd5e
-rw-r--r--tox.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 5dc9d4d..b1d83cf 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,9 +12,6 @@ deps = -r{toxinidir}/requirements.txt
commands =
python setup.py testr --slowest --testr-args='{posargs}'
-[tox:jenkins]
-downloadcache = ~/cache/pip
-
[testenv:pep8]
commands = flake8