yapf + pylint + add style checks to tests
This commit is contained in:
parent
d52fffe826
commit
a1ca4c6579
18 changed files with 130 additions and 299 deletions
|
|
@ -2,4 +2,4 @@
|
|||
python:
|
||||
- "3.6"
|
||||
install: "pip install -r requirements.txt"
|
||||
script: pytest
|
||||
script: pytest --flake8 --cov=stl -x --cov-report=html --isort
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue