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 | 7c7568605ed02c36995f9e51e0bc5c6dfdac909b (patch) | |
tree | 6ee751a9f24e9f92e387f42b9405ed20ebbf5a86 | |
parent | f27c2431c7268226b86be611e7a6e5788c473a1a (diff) | |
parent | fcda4bf8f9a732de3d2a91756da2b7a15052bd3a (diff) |
Merge branch '2.1'
-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" |