Added (hopefully) complete tox config
Some checks failed
continuous-integration/drone the build failed
Some checks failed
continuous-integration/drone the build failed
This commit is contained in:
parent
156b2441c2
commit
79f2161b88
4 changed files with 43 additions and 3 deletions
4
Makefile
4
Makefile
|
|
@ -39,3 +39,7 @@ install: app
|
|||
test: venv tox.ini
|
||||
@ .venv/bin/tox
|
||||
.PHONY: test
|
||||
|
||||
lint: venv
|
||||
@ .venv/bin/tox -e lint
|
||||
.PHONY: lint
|
||||
|
|
|
|||
Reference in a new issue