Use build-openstack-docs-pti template

Switch to new build-openstack-docs-pti template, this runs "tox -e
cover". Update tox.ini so that it continues to use python3.

Change-Id: I2dcea4a954b2ae16c778163e7782216041efb3cf
This commit is contained in:
Andreas Jaeger 2018-10-11 21:17:54 +02:00
parent b589194d5c
commit d8bd48769d
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,3 @@
- project:
templates:
- build-openstack-sphinx-docs-python3
- build-openstack-docs-pti

View File

@ -22,6 +22,7 @@ commands = flake8 {posargs}
commands = {posargs}
[testenv:docs]
basepython = python3
deps = -r{toxinidir}/doc/requirements.txt
commands = sphinx-build -W -b html doc/source doc/build/html