summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2018-10-28 16:54:22 +0100
committerAndreas Jaeger <aj@suse.com>2018-10-28 16:59:15 +0100
commitcb9e1b4885658ed1ac6165fec86686a292d5047a (patch)
treeb4d7221575df04e488c2b8ded5cd8172c0630b7c /tox.ini
parent74346801b26d95a441b30ae81a1c4ca8056f1ab2 (diff)
downloadzuul-cb9e1b4885658ed1ac6165fec86686a292d5047a.tar.gz
Use doc/requirements.txt
Create separate doc/requirements.txt file and use it, this shrinks the list of requirements to install for a normal run. Change-Id: I7c27f7f737657005ab6e370ae7e5dceb5a7073e7
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index ddb811fcb..bc254f319 100644
--- a/tox.ini
+++ b/tox.ini
@@ -64,6 +64,8 @@ commands =
coverage xml -o cover/coverage.xml
[testenv:docs]
+deps = -r{toxinidir}/doc/requirements.txt
+ -r{toxinidir}/test-requirements.txt
commands =
sphinx-build -E -W -d doc/build/doctrees -b html doc/source/ doc/build/html