summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorgordon chung <gord@live.ca>2015-11-10 07:53:29 -0500
committergordon chung <gord@live.ca>2015-11-11 10:35:22 -0500
commit2d471862e75a01708d732c316426b8d0af24e95d (patch)
treef27a3307bbe501b1fe789bb4a2c3ddfe941a5937 /tox.ini
parent191852fbafed01fb79fe21213a1d30243a77bef9 (diff)
downloadceilometer-2d471862e75a01708d732c316426b8d0af24e95d.tar.gz
add reno for release notes management
Change-Id: Id36eb9d88c6a8fba635779fc9a971f015908b5de
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 7d4fa9f5..608940b9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -93,6 +93,9 @@ commands =
# Check that .po and .pot files are valid:
bash -c "find ceilometer -type f -regex '.*\.pot?' -print0|xargs -0 -n 1 msgfmt --check-format -o /dev/null"
+[testenv:releasenotes]
+commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
+
[testenv:genconfig]
commands = oslo-config-generator --config-file=etc/ceilometer/ceilometer-config-generator.conf