Added tox config

This commit is contained in:
Jef Roosens 2021-04-24 19:38:03 +02:00
parent d6531fdde8
commit ccb16281fe
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F
6 changed files with 12 additions and 1 deletions

View file

@ -35,3 +35,7 @@ app: backup_tool
install: app
cp backup_tool /usr/local/bin
.PHONY: install
test: venv tox.ini
@ .venv/bin/tox
.PHONY: test