mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-04-03 12:14:40 -04:00
Pass directory to flake8/isort
This commit is contained in:
parent
de1cc4be2f
commit
6ddc8c94b7
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ matrix:
|
|||
- pip install flake8
|
||||
- pip install isort
|
||||
script:
|
||||
- flake8 tsstats/**/*.py
|
||||
- isort -c tsstats/**/*.py
|
||||
- flake8 tsstats
|
||||
- isort -c -rc tsstats
|
||||
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue