mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-07-11 17:48:44 -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 flake8
|
||||||
- pip install isort
|
- pip install isort
|
||||||
script:
|
script:
|
||||||
- flake8 tsstats/**/*.py
|
- flake8 tsstats
|
||||||
- isort -c tsstats/**/*.py
|
- isort -c -rc tsstats
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue