diff options
| author | ryanss | 2015-04-06 23:59:00 -0400 |
|---|---|---|
| committer | ryanss | 2015-04-06 23:59:00 -0400 |
| commit | 628d7c2e498043954a08849fafb1d34b7e215aab (patch) | |
| tree | c141eaf2b1c88baf98b6bcc8182d746af9e89ce0 /.travis.yml | |
| parent | 0417f51e8a1ef251353db05daaa3867d49e73ec4 (diff) | |
| download | vim-hn-628d7c2e498043954a08849fafb1d34b7e215aab.tar.gz | |
Run Flake8 during Travis CI tests
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 4 |
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/; |
