Skip to content

Commit

Permalink
Merge pull request python-trio#605 from pquentin/check-towncrier
Browse files Browse the repository at this point in the history
ci: catch errors in newsfragments
  • Loading branch information
Fuyukai committed Aug 15, 2018
2 parents 90365df + 25366d4 commit ca474ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/rtd-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
sphinx >= 1.7.0
sphinx_rtd_theme
sphinxcontrib-trio
towncrier
1 change: 1 addition & 0 deletions ci/travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ pip install dist/*.zip

if [ "$CHECK_DOCS" = "1" ]; then
pip install -Ur ci/rtd-requirements.txt
towncrier --yes # catch errors in newsfragments
cd docs
# -n (nit-picky): warn on missing references
# -W: turn warnings into errors
Expand Down

0 comments on commit ca474ee

Please sign in to comment.