summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-12-16 14:04:54 +0000
committerGerrit Code Review <review@openstack.org>2015-12-16 14:04:54 +0000
commit865e084568f7709b11113732cd55f2f4362601ff (patch)
treef4ea6ab7594b7e624e22df160f1749f5f45c0557 /tox.ini
parent8b33427d1a34f2249faf5fe9a5101b92f6fa0774 (diff)
parent6ac9f3a4127711310a52433935c27d7446d5099c (diff)
downloadpython-novaclient-865e084568f7709b11113732cd55f2f4362601ff.tar.gz
Merge "Deprecated tox -downloadcache option removed"
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 82da64e9..5e582f80 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.
#