From 96da3fefb54820b1e436c7f38dc718abb34a237a Mon Sep 17 00:00:00 2001 From: Vu Cong Tuan Date: Mon, 9 Jul 2018 09:03:12 +0700 Subject: [PATCH] Remove [tox:jenkins] section from tox.ini [tox:jenkins] section should be removed from tox.ini because no one is using it [1] [1] https://review.openstack.org/#/c/577686/3/tox.ini@17 Change-Id: Id6e0e41475d2a2874a1c21dd8fc974cc789abce6 --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index b8bb5745..4008caeb 100644 --- a/tox.ini +++ b/tox.ini @@ -12,9 +12,6 @@ deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt whitelist_externals = bash -[tox:jenkins] -downloadcache = ~/cache/pip - [testenv:pep8] basepython = python3 commands = flake8