Added flake8 install for travis

This commit is contained in:
Phil Howard 2018-08-28 20:33:03 +01:00
parent b2641c48df
commit a4a0cfcd2a
1 changed files with 2 additions and 1 deletions

View File

@ -6,4 +6,5 @@ matrix:
python: "2.7"
script:
flake8 --ignore F405
- pip install --ignore-installed --upgrade flake8
- flake8 --ignore F405