summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2017-10-09 20:58:00 +0100
committerStephen Finucane <sfinucan@redhat.com>2017-10-10 09:36:59 +0100
commitf450cd26a29e85573697cdd9fdc8279ef0fe8aed (patch)
treef69c5096e7a290910003fe838760b4d60dc75f0f /tox.ini
parentc45687fb9b9fa541ceb47e5f9069c4628943ba2d (diff)
downloadpbr-f450cd26a29e85573697cdd9fdc8279ef0fe8aed.tar.gz
Add reno for release notes management
Change-Id: I36b8193b22123a409b729c7b9f4309507379f1ad
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 8da7d23..4c813e7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,6 +4,7 @@ envlist = py33,py34,py35,py27,pypy,pep8,docs
[testenv]
usedevelop = True
+whitelist_externals = bash
install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
passenv = PBR_INTEGRATION PIPFLAGS PIPVERSION PBRVERSION REPODIR WHEELHOUSE PROJECTS OS_TEST_TIMEOUT OS_STDOUT_CAPTURE OS_STDERR_CAPTURE
setenv =
@@ -22,6 +23,9 @@ commands = flake8 {posargs}
[testenv:docs]
commands = python setup.py build_sphinx
+[testenv:releasenotes]
+commands = bash -c {toxinidir}/tools/tox_releasenotes.sh
+
[testenv:cover]
commands =
python setup.py test --coverage