commit | d5e9282197605ea71beb6267abb87798a302195b | [log] [tgz] |
---|---|---|
author | Matt Riedemann <mriedem.os@gmail.com> | Thu Jan 25 11:25:57 2018 -0500 |
committer | Matt Riedemann <mriedem.os@gmail.com> | Thu Jan 25 11:25:57 2018 -0500 |
tree | ca0737e54f11aebb92a5add88cab3f48ee6feef4 | |
parent | fe655fef81c55d8ce6745a5eeaa5f15a2f9b672a [diff] |
Fix creating release notes using tox -e venv -- reno new <slug> Commit 173b11cb50e115fe12baa097a05db36f24f2e181 moved the reno dependency from test-requirements to doc/requirements which weren't used by the venv tox target, which means you can't create release notes the easy way "tox -e venv -- reno new <slug>". This fixes it by adding the doc/requirements into the venv target. Change-Id: Ic3724435176eab6f7fcc53cf5379f7eee44baa71