Remove now obsolete tox targets

With https://review.openstack.org/156328 merged, some of the tox targets
are not needed anymore, remove them.

Change-Id: I818ca7c2ff9323af04acc59f2254dc50c0a940a6
This commit is contained in:
Andreas Jaeger 2015-02-25 19:51:49 +01:00
parent ea4cc86aaa
commit 40bfbd8f16

11
tox.ini
View File

@ -1,5 +1,5 @@
[tox] [tox]
envlist = py27,pep8,checkniceness,checksyntax,checkdeletions,checkbuild,checklinks envlist = py27,pep8,checkbuild,checklinks
minversion = 1.6 minversion = 1.6
skipsdist = True skipsdist = True
@ -51,15 +51,6 @@ filename=*.py,trove-*
[testenv:checklinks] [testenv:checklinks]
commands = openstack-doc-test --check-links {posargs} commands = openstack-doc-test --check-links {posargs}
[testenv:checkniceness]
commands = true
[testenv:checksyntax]
commands = true
[testenv:checkdeletions]
commands = true
[testenv:checkbuild] [testenv:checkbuild]
commands = commands =
openstack-doc-test --check-niceness --check-syntax --check-deletions {posargs} openstack-doc-test --check-niceness --check-syntax --check-deletions {posargs}