From f561a53d60b92332620e8c923a54cd0443323cad Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Wed, 31 May 2017 18:23:55 -0700 Subject: flake8 on travis! --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit v1.2.3