Added (hopefully) complete tox config
Some checks failed
continuous-integration/drone the build failed

This commit is contained in:
Jef Roosens 2021-04-24 22:22:12 +02:00
parent 156b2441c2
commit 79f2161b88
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F
4 changed files with 43 additions and 3 deletions

View file

@ -39,3 +39,7 @@ install: app
test: venv tox.ini
@ .venv/bin/tox
.PHONY: test
lint: venv
@ .venv/bin/tox -e lint
.PHONY: lint