summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-06-06 11:43:15 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-06-06 11:43:15 -0700
commit357ac45b49a888eaacf7efde272b8edcf7b55a93 (patch)
tree9765928c142ffbdb68958b60d08a4b9180946d34 /.travis.yml
parent8eb2775f958ccdb3c4fcb06047a19b985ad5f26a (diff)
parent54b387833aca45a62011afbce91018023e3e9973 (diff)
Merge branch 'master' into 951-int
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 53b9dcf9..c8faf0a2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,11 +20,10 @@ install:
script:
# Main tests, w/ coverage!
- inv test --coverage
- # 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 www -o -W
+ # Ensure documentation builds, both sites, maxxed nitpicking
+ - inv sites
+ # flake8 is now possible!
+ - flake8
notifications:
irc:
channels: "irc.freenode.org#paramiko"