Pass directory to flake8/isort

This commit is contained in:
Thor77 2017-06-01 00:18:07 +02:00
parent de1cc4be2f
commit 6ddc8c94b7
1 changed files with 2 additions and 2 deletions

View File

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