Cleanup tox environment

Since we do not build DocBook XML anymore, we have removed the jobs for
this and thus can remove the support for these also from tox.ini.

checksyntax, checklinks and checkdeletions are DocBook XML only targets,
so remove them.

Change-Id: Iaa663c03fd6e2976208e20ba03dbab4d8d82b2ce
Depends-On: I9f5944eb9db06fe2ff9088f22048c198b2921237
This commit is contained in:
Andreas Jaeger 2016-05-02 09:17:58 +02:00
parent ed100316b4
commit 48b407ef99

15
tox.ini
View File

@ -1,6 +1,6 @@
[tox] [tox]
minversion = 1.6 minversion = 1.6
envlist = checkniceness,checksyntax,checkdeletions,checkbuild,checklinks envlist = checkniceness,checkbuild
skipsdist = True skipsdist = True
[testenv] [testenv]
@ -18,9 +18,6 @@ whitelist_externals =
[testenv:venv] [testenv:venv]
commands = {posargs} commands = {posargs}
[testenv:checklinks]
commands = openstack-doc-test --check-links {posargs}
[testenv:linkcheck] [testenv:linkcheck]
commands = commands =
{toxinidir}/tools/build-all-rst.sh --linkcheck {toxinidir}/tools/build-all-rst.sh --linkcheck
@ -30,15 +27,7 @@ commands =
openstack-doc-test --check-niceness {posargs} openstack-doc-test --check-niceness {posargs}
flake8 flake8
doc8 doc doc8 doc
bash -c "find doc -type f -regex '.*\.pot?' -print0|xargs -0 -n 1 msgfmt --check-format -o /dev/null"
[testenv:checksyntax]
commands =
openstack-doc-test --check-syntax {posargs}
# Check that .po and .pot files are valid:
bash -c "find doc -type f -regex '.*\.pot?' -print0|xargs -0 -n 1 msgfmt --check-format -o /dev/null"
[testenv:checkdeletions]
commands = openstack-doc-test --check-deletions {posargs}
[testenv:checkbuild] [testenv:checkbuild]
commands = commands =