Stricter/more useful doc builds in Travis
This commit is contained in:
parent
fee04a39ec
commit
d1d65b4ddd
|
@ -11,9 +11,12 @@ install:
|
||||||
script:
|
script:
|
||||||
# Main tests, with coverage!
|
# Main tests, with coverage!
|
||||||
- coverage run --source=paramiko test.py --verbose
|
- coverage run --source=paramiko test.py --verbose
|
||||||
# Ensure documentation & invoke pipeline run OK
|
# Ensure documentation & invoke pipeline run OK.
|
||||||
- invoke www
|
# Run 'docs' first since its objects.inv is referred to by 'www'.
|
||||||
- invoke docs
|
# Also force warnings to be errors since most of them tend to be actual
|
||||||
|
# problems.
|
||||||
|
- invoke docs -o -W
|
||||||
|
- invoke www -o -W
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels: "irc.freenode.org#paramiko"
|
channels: "irc.freenode.org#paramiko"
|
||||||
|
|
Loading…
Reference in New Issue