summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2018-05-16 16:51:41 -0400
committerJeff Forcier <jeff@bitprophet.org>2018-05-16 16:51:41 -0400
commit81d9dd8240d947500452337e29579de31b113b6b (patch)
treee600519969bdae7b512dce97763f29ab25073293 /.travis.yml
parentfbcee2af141d6aca4746d9f24cbf3db549c11762 (diff)
parentf132dcf9648b87b91e8fce925ba853dbaaa8d51f (diff)
Merge branch '2.4'
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 73d73484..5823ebd6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,12 +24,12 @@ install:
- pip install codecov # For codecov specifically
- pip install -r dev-requirements.txt
script:
+ # flake8 is now possible!
+ - flake8
# All (including slow) tests, w/ coverage!
- inv coverage
# Ensure documentation builds, both sites, maxxed nitpicking
- inv sites
- # flake8 is now possible!
- - flake8
notifications:
irc:
channels: "irc.freenode.org#paramiko"