yapf + pylint + add style checks to tests

This commit is contained in:
Marcell Vazquez-Chanlatte 2017-10-26 22:00:03 -07:00
parent d52fffe826
commit a1ca4c6579
18 changed files with 130 additions and 299 deletions

View file

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