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
This commit is contained in:
Vu Cong Tuan 2018-07-09 09:03:12 +07:00
parent 1e4cf6160e
commit 96da3fefb5
1 changed files with 0 additions and 3 deletions

View File

@ -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