Added tox config
This commit is contained in:
parent
d6531fdde8
commit
ccb16281fe
6 changed files with 12 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue