summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNguyen Hai <nguyentrihai93@gmail.com>2018-03-21 00:40:20 +0900
committerNguyen Hai <nguyentrihai93@gmail.com>2018-04-06 14:29:05 +0000
commit1dcd1f83d265bfeeda7c99a3c0bb1a170d27e291 (patch)
tree8855779a66292d74c5c957f02ae7f6fb99504234 /tox.ini
parentd8df387b9c058fd69f40f6bac50c81ee89abb707 (diff)
downloadpython-neutronclient-1dcd1f83d265bfeeda7c99a3c0bb1a170d27e291.tar.gz
Follow the new PTI for document build
For compliance with the Project Testing Interface as described in: https://governance.openstack.org/tc/reference/project-testing-interface.html http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html http://lists.openstack.org/pipermail/openstack-dev/2018-March/128594.html Depends-On: https://review.openstack.org/#/c/559315/ Depends-On: https://review.openstack.org/#/c/559332/ Change-Id: Icbdc67dab1853162b1a877891195cc26b4873cb0
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index d11d3b9..2d3cd40 100644
--- a/tox.ini
+++ b/tox.ini
@@ -47,9 +47,11 @@ commands =
coverage report
[testenv:docs]
+deps = -r{toxinidir}/doc/requirements.txt
commands = sphinx-build -W -b html doc/source doc/build/html
[testenv:releasenotes]
+deps = -r{toxinidir}/doc/requirements.txt
commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[flake8]