From 14822da40cd416b3b06e968cd8d0d81bbd525fbe Mon Sep 17 00:00:00 2001 From: Yushiro FURUKAWA Date: Tue, 7 Aug 2018 17:28:36 +0900 Subject: [PATCH] Add dependency for generating reno Change-Id: I5aad88ba631a580aea31427220e48e7a818050be --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 12f75610c..bd8287f81 100644 --- a/tox.ini +++ b/tox.ini @@ -108,6 +108,7 @@ commands = [testenv:venv] commands = {posargs} +deps = -r{toxinidir}/doc/requirements.txt [testenv:docs] basepython = python3