mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
Clean up makefile (#570)
This commit is contained in:
parent
62c13ddaba
commit
de949aff6d
1 changed files with 1 additions and 16 deletions
17
Makefile
17
Makefile
|
|
@ -13,25 +13,10 @@ clean:
|
|||
test: gen-protos
|
||||
tox
|
||||
|
||||
codeformat: gen-protos
|
||||
tox -e autoflake
|
||||
tox -e autopep8
|
||||
tox -e isort
|
||||
tox -e black
|
||||
|
||||
itest:
|
||||
./itests/run_itest.sh
|
||||
|
||||
coverage:
|
||||
tox -e coverage
|
||||
|
||||
mypy: gen-protos
|
||||
tox -e mypy
|
||||
|
||||
run: gen-protos
|
||||
tox -e run
|
||||
|
||||
gen-protos:
|
||||
tox -e setup
|
||||
|
||||
.PHONY: all clean test itest coverage mypy run
|
||||
.PHONY: all clean test itest gen-protos
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue