diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-05-31 18:23:55 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-05-31 18:23:55 -0700 |
commit | f561a53d60b92332620e8c923a54cd0443323cad (patch) | |
tree | be94f7ca7f2d9a031937f643ae6d7618fc81a88b /.travis.yml | |
parent | 383e102b54464f2be8fe5aaa3b1e9bd94ad0b788 (diff) |
flake8 on travis!
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" |