diff options
author | Nguyen Hai <nguyentrihai93@gmail.com> | 2018-03-21 00:40:20 +0900 |
---|---|---|
committer | Nguyen Hai <nguyentrihai93@gmail.com> | 2018-04-06 14:29:05 +0000 |
commit | 1dcd1f83d265bfeeda7c99a3c0bb1a170d27e291 (patch) | |
tree | 8855779a66292d74c5c957f02ae7f6fb99504234 /tox.ini | |
parent | d8df387b9c058fd69f40f6bac50c81ee89abb707 (diff) | |
download | python-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.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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] |