diff options
author | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2023-03-24 15:38:53 +0000 |
---|---|---|
committer | Michal Jagiello <michal.jagiello@t-mobile.pl> | 2023-03-29 07:01:44 +0000 |
commit | 6f184d09e0670feaa2817dbbe85a42c6bd880578 (patch) | |
tree | 85eaf8b3f72d2e644cd3bacf40cc7c0addc84f7d /tox.ini | |
parent | 066e6c39c2a5133f89d1f00f25a247f7ce402f10 (diff) |
Test pnf_macro fix
Configure and check service distribuiton for 30 minutes
Issue-ID: INT-2193
Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: I316a3e5c179530ba92c87c43795643e9faf30048
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -42,8 +42,8 @@ commands_pre = /bin/sh -c "git --no-pager diff HEAD HEAD^ --name-only '*.rst' > /tmp/.coalist_rst" deps = -r ./docs/requirements-docs.txt commands = - /bin/sh -c "sphinx-build -n -b html docs docs/build/html $(</tmp/.coalist_rst)" - /bin/sh -c "sphinx-build -n -b linkcheck docs docs/build/linkcheck $(</tmp/.coalist_rst)" + /bin/sh -c "sphinx-build -n -W -b html docs docs/build/html $(</tmp/.coalist_rst)" + /bin/sh -c "sphinx-build -n -W -b linkcheck docs docs/build/linkcheck $(</tmp/.coalist_rst)" [testenv:md] commands_pre = |