Remove catalog/translation targets from tox.ini

Keystoneauth does not do translation. This removes the added tox
target information for translations.

Change-Id: Ibfae8247ac7f3c54a9a8abe1b2557a0b995a816f
This commit is contained in:
Morgan Fainberg 2015-06-25 12:26:43 -07:00
parent 5b157be906
commit fd74823cfb
2 changed files with 0 additions and 16 deletions

View File

@ -46,19 +46,5 @@ autodoc_tree_index_modules = True
[upload_sphinx]
upload-dir = doc/build/html
[compile_catalog]
directory = keystoneauth/locale
domain = keystoneauth
[update_catalog]
domain = keystoneauth
output_dir = keystoneauth/locale
input_file = keystoneauth/locale/keystoneauth.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = keystoneauth/locale/keystoneauth.pot
[wheel]
universal = 1

View File

@ -41,6 +41,4 @@ commands=
python setup.py build_sphinx
[hacking]
import_exceptions =
keystoneauth.i18n
local-check-factory = keystoneauth.hacking.checks.factory