diff options
-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" |