limit pyflakes and isort-check to tsstats-package

This commit is contained in:
Thor77 2016-05-18 21:35:06 +02:00
parent 0990644128
commit 538ecc0098
1 changed files with 2 additions and 2 deletions

View File

@ -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