summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2016-08-22 18:07:44 +0200
committerAndreas Jaeger <aj@suse.com>2016-08-23 16:56:37 +0200
commit59f522aefbf0d856809b8e5a98bf73d964eedf48 (patch)
treed48cbe13674ccf1aeb24256586294ef18dc083b2 /tox.ini
parent4504d518b36c6c29693a7e0273e2161421695f45 (diff)
downloadtrove-59f522aefbf0d856809b8e5a98bf73d964eedf48.tar.gz
Remove openstack-doc-tools
Since this repo does not publish DocBook XML content anymore, we can remove openstack-doc-tools and the tox.ini targets for it. Also, remove the config file doc-test.conf, it's not used anymore. Depends-On: Ie90eb7fa6f1b1d7b99869083099201d2bfe10018 Change-Id: Ia92429f120fd18553e2785f63f6a12ad0fc9f12f
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini17
1 files changed, 0 insertions, 17 deletions
diff --git a/tox.ini b/tox.ini
index e7feebf2..64baf6cb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -58,23 +58,6 @@ builtins = _
exclude=.venv,.tox,.git,dist,doc,openstack,*egg,tools,etc,build,*.po,*.pot
filename=*.py,trove-*
-[testenv:checklinks]
-commands = openstack-doc-test --check-links {posargs}
-
-[testenv:checkbuild]
-# NOTE(pmalik) The setting of the install_command in this location
-# is only required because currently infra does not actually
-# support constraints files for the publishdocs job, and while
-# the environment variable UPPER_CONSTRAINTS_FILE is set, there's
-# no file there. It can be removed when infra changes this.
-install_command = pip install -U {opts} {packages}
-commands =
- openstack-doc-test --check-niceness --check-syntax --check-deletions {posargs}
- openstack-doc-test --check-build {posargs}
-
-[testenv:publishdocs]
-commands = openstack-doc-test --check-build --publish --force
-
[testenv:api-ref]
# This environment is called from CI scripts to test and publish
# the API Ref to developer.openstack.org.