diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-05-31 18:23:57 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-05-31 18:23:57 -0700 |
commit | fcda4bf8f9a732de3d2a91756da2b7a15052bd3a (patch) | |
tree | 1a0fa0d2d6ae7ea28ee299f30899080918ac936f /.travis.yml | |
parent | a856ae02cab32b55847474241ccf36664ad584af (diff) | |
parent | f561a53d60b92332620e8c923a54cd0443323cad (diff) |
Merge branch '2.0' into 2.1
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 53b9dcf9..4cacb017 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,8 @@ script: # Also force warnings to be errors since most of them tend to be actual # problems. - invoke docs -o -W www -o -W + # flake8 is now possible! + - flake8 notifications: irc: channels: "irc.freenode.org#paramiko" |