Add testing to Makefile

This commit is contained in:
Ivan Habunek 2018-06-07 08:48:20 +02:00
parent cf213590ed
commit 7a38c5704d
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
1 changed files with 3 additions and 0 deletions

View File

@ -23,3 +23,6 @@ coverage:
deb:
@python setup.py --command-packages=stdeb.command bdist_deb
test:
pytest -v -s