limit pyflakes and isort-check to tsstats-package
This commit is contained in:
parent
0990644128
commit
538ecc0098
|
@ -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…
Reference in New Issue