summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 193e52c..ad066f5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,11 @@ env:
- PYVERSION=2
- PYVERSION=3
+install:
+ - sudo pip install flake8
+
before_script:
+ - flake8 ftplugin/hackernews.py
- if [ $PYVERSION = 3 ]; then
sudo apt-get install python3-dev;
hg clone https://code.google.com/p/vim/;