travis needs to install flake8

This commit is contained in:
Jack O'Connor 2014-06-16 17:41:26 -07:00
parent c0f79b0d78
commit 0892b9d7d4
1 changed files with 2 additions and 0 deletions

View File

@ -5,5 +5,7 @@ python:
- "3.4"
before_install:
- sudo apt-get update -qq
install:
- sudo apt-get install -qq realpath
- pip install flake8
script: ./test.sh