mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-04-03 20:24:33 -04:00
Use flake8 instead of pyflakes
for additional pep8-checks
This commit is contained in:
parent
f893c42b31
commit
f68986117b
1 changed files with 2 additions and 2 deletions
|
@ -8,10 +8,10 @@ matrix:
|
|||
include:
|
||||
- python: 2.7
|
||||
install:
|
||||
- pip install pyflakes
|
||||
- pip install flake8
|
||||
- pip install isort
|
||||
script:
|
||||
- pyflakes tsstats/**/*.py
|
||||
- flake8 tsstats/**/*.py
|
||||
- isort -c tsstats/**/*.py
|
||||
|
||||
install:
|
||||
|
|
Loading…
Add table
Reference in a new issue