From 628d7c2e498043954a08849fafb1d34b7e215aab Mon Sep 17 00:00:00 2001 From: ryanss Date: Mon, 6 Apr 2015 23:59:00 -0400 Subject: Run Flake8 during Travis CI tests --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.travis.yml') 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/; -- cgit v1.2.3