Small cleanups

Setup.cfg:
- This repo is python 3 only ,remove universal wheel building.
- Remove pbr.hooks.setup_hook, those are obsolete since a long time

tox.ini:
- remove tox:jenkins, this is not used since ages

Change-Id: Ia6c1bc28b4935859c29924141965f47c4bcbd2c3
This commit is contained in:
Andreas Jaeger 2020-02-22 17:46:40 +01:00 committed by Lingxian Kong
parent 9846188dcc
commit ae2709dcd6
2 changed files with 0 additions and 10 deletions

View File

@ -58,10 +58,6 @@ oslo.policy.policies =
# aggregate method. # aggregate method.
trove = trove.common.policies:list_rules trove = trove.common.policies:list_rules
[global]
setup-hooks =
pbr.hooks.setup_hook
[compile_catalog] [compile_catalog]
directory = trove/locale directory = trove/locale
domain = trove domain = trove
@ -75,6 +71,3 @@ input_file = trove/locale/trove.pot
keywords = _ gettext ngettext l_ lazy_gettext keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg mapping_file = babel.cfg
output_file = trove/locale/trove.pot output_file = trove/locale/trove.pot
[wheel]
universal = 1

View File

@ -26,9 +26,6 @@ whitelist_externals = find
rm rm
bash bash
[tox:jenkins]
sitepackages = True
[testenv:pep8] [testenv:pep8]
commands = commands =
flake8 flake8