summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryanss2015-04-06 23:59:00 -0400
committerryanss2015-04-06 23:59:00 -0400
commit628d7c2e498043954a08849fafb1d34b7e215aab (patch)
treec141eaf2b1c88baf98b6bcc8182d746af9e89ce0
parent0417f51e8a1ef251353db05daaa3867d49e73ec4 (diff)
downloadvim-hn-628d7c2e498043954a08849fafb1d34b7e215aab.tar.gz
Run Flake8 during Travis CI tests
-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/;