This commit is contained in:
parent
391be4387f
commit
b50644e8b2
1 changed files with 4 additions and 3 deletions
|
@ -7,7 +7,8 @@ steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: python:latest
|
image: python:latest
|
||||||
commands:
|
commands:
|
||||||
- pip install --upgrade pip black flake8 mypy pylint
|
- pip install --upgrade pip black flake8 mypy pylint pytest
|
||||||
- flake8 --ignore=E501,W503,E265
|
- flake8 --ignore=E501,W503,E265
|
||||||
- mypy --ignore-missing-imports .
|
- mypy --ignore-missing-imports ./tenkan/
|
||||||
- pylint .
|
- pylint ./tenkan/
|
||||||
|
- pytest ./tests/
|
||||||
|
|
Loading…
Reference in a new issue