Use pylama for stylechecks

This commit is contained in:
Thor77 2018-02-01 21:45:20 +01:00
parent 5ea2f6ab3d
commit ae13390b7b
1 changed files with 2 additions and 4 deletions

View File

@ -10,11 +10,9 @@ matrix:
install:
- pip install -r requirements.txt
- pip install -r testing_requirements.txt
- pip install flake8
- pip install isort
- pip install pylama
script:
- flake8 tsstats
- isort -c -rc tsstats
- pylama tsstats
install:
- pip install -r requirements.txt