Skip to content

Commit

Permalink
Add sites/docs building to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Jan 28, 2014
1 parent 414fec8 commit fee04a3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fee04a3

Please sign in to comment.