diff options
author | Mark Goddard <mark@stackhpc.com> | 2018-08-31 16:00:37 +0100 |
---|---|---|
committer | Mark Goddard <mark@stackhpc.com> | 2018-08-31 16:00:50 +0100 |
commit | 9fa0acce4a8816fe87611da1075d2da3ddbd637f (patch) | |
tree | 8f8f152a94b97aa1a68be3e500c2f50074cdb9ce | |
parent | 644d56e10376e196e385692843056362f41e44cf (diff) |
Install doc requirements in venv tox environment
These include reno, which is required to generate release notes.
Change-Id: I6fd91e444fca4d4239aa67fae08cbd7a25a6ccf6
Notes
Notes (review):
Code-Review+2: Dmitry Tantsur <divius.inside@gmail.com>
Code-Review+2: Vladyslav Drok <vdrok@mirantis.com>
Workflow+1: Vladyslav Drok <vdrok@mirantis.com>
Verified+2: Zuul
Submitted-by: Zuul
Submitted-at: Fri, 07 Sep 2018 12:09:18 +0000
Reviewed-on: https://review.openstack.org/598995
Project: openstack/networking-generic-switch
Branch: refs/heads/master
-rw-r--r-- | tox.ini | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -53,6 +53,10 @@ commands = | |||
53 | [testenv:venv] | 53 | [testenv:venv] |
54 | basepython = python3 | 54 | basepython = python3 |
55 | setenv = PYTHONHASHSEED=0 | 55 | setenv = PYTHONHASHSEED=0 |
56 | deps = | ||
57 | -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} | ||
58 | -r{toxinidir}/test-requirements.txt | ||
59 | -r{toxinidir}/doc/requirements.txt | ||
56 | commands = {posargs} | 60 | commands = {posargs} |
57 | 61 | ||
58 | [flake8] | 62 | [flake8] |