summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
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"