Use flake8 instead of pyflakes

for additional pep8-checks
This commit is contained in:
Thor77 2017-02-19 17:14:49 +01:00
parent f893c42b31
commit f68986117b
1 changed files with 2 additions and 2 deletions

View File

@ -8,10 +8,10 @@ matrix:
include: include:
- python: 2.7 - python: 2.7
install: install:
- pip install pyflakes - pip install flake8
- pip install isort - pip install isort
script: script:
- pyflakes tsstats/**/*.py - flake8 tsstats/**/*.py
- isort -c tsstats/**/*.py - isort -c tsstats/**/*.py
install: install: