mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-04-03 12:14:40 -04:00
limit pyflakes and isort-check to tsstats-package
This commit is contained in:
parent
0990644128
commit
538ecc0098
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ matrix:
|
|||
- pip install pyflakes
|
||||
- pip install isort
|
||||
script:
|
||||
- pyflakes **/*.py
|
||||
- isort -c **/*.py
|
||||
- pyflakes tsstats/**/*.py
|
||||
- isort -c tsstats/**/*.py
|
||||
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue