summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-01-28 15:23:11 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-01-28 15:23:11 -0800
commitfee04a39ec45baefff84c8a58540fa3401b4a826 (patch)
tree5cb5e0d557540069135b363bd15659c4232d0f46
parent414fec8f273e6807a8ee97253a5a82d0c8b787ab (diff)
downloadparamiko-fee04a39ec45baefff84c8a58540fa3401b4a826.tar.gz
Add sites/docs building to Travis
-rw-r--r--.travis.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 29e44e53..98a54829 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,12 @@ install:
# Dev (doc/test running) requirements
- pip install coveralls # For coveralls.io specifically
- pip install -r dev-requirements.txt
-script: coverage run --source=paramiko test.py --verbose
+script:
+ # Main tests, with coverage!
+ - coverage run --source=paramiko test.py --verbose
+ # Ensure documentation & invoke pipeline run OK
+ - invoke www
+ - invoke docs
notifications:
irc:
channels: "irc.freenode.org#paramiko"