Stricter/more useful doc builds in Travis

This commit is contained in:
Jeff Forcier 2014-01-28 15:53:26 -08:00
parent fee04a39ec
commit d1d65b4ddd
1 changed files with 6 additions and 3 deletions

View File

@ -11,9 +11,12 @@ install:
script:
# Main tests, with coverage!
- coverage run --source=paramiko test.py --verbose
# Ensure documentation & invoke pipeline run OK
- invoke www
- invoke docs
# Ensure documentation & invoke pipeline run OK.
# Run 'docs' first since its objects.inv is referred to by 'www'.
# Also force warnings to be errors since most of them tend to be actual
# problems.
- invoke docs -o -W
- invoke www -o -W
notifications:
irc:
channels: "irc.freenode.org#paramiko"