Skip to content

Commit

Permalink
Don't swallow return code in quickdocs task (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
uri-granta authored Nov 23, 2021
1 parent 7b5c4c6 commit 7e4e0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ commands =
docs: bash -c "cd docs; make html"
quickdocs: pip install . -r notebooks/requirements.txt -c notebooks/constraints.txt
quickdocs: pip install -r docs/requirements.txt -c docs/constraints.txt
quickdocs: bash -c "cd docs; python notebooks/quickrun/quickrun.py; make html; python notebooks/quickrun/quickrun.py --revert"
quickdocs: bash -c "cd docs; python notebooks/quickrun/quickrun.py; if make html; then python notebooks/quickrun/quickrun.py --revert; else python notebooks/quickrun/quickrun.py --revert; exit 1; fi"

0 comments on commit 7e4e0ac

Please sign in to comment.