Add flake8 and vermin to tests make command
This commit is contained in:
parent
1e18f1f6d9
commit
4c1f3b65fd
2 changed files with 3 additions and 1 deletions
2
.flake8
2
.flake8
|
@ -1,4 +1,4 @@
|
||||||
[flake8]
|
[flake8]
|
||||||
exclude=build,tests
|
exclude=build,tests,tmp
|
||||||
ignore=E128
|
ignore=E128
|
||||||
max-line-length=120
|
max-line-length=120
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -9,6 +9,8 @@ publish :
|
||||||
|
|
||||||
test:
|
test:
|
||||||
pytest -v
|
pytest -v
|
||||||
|
flake8
|
||||||
|
vermin --target=3.6 --no-tips --violations .
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
coverage erase
|
coverage erase
|
||||||
|
|
Loading…
Reference in a new issue