Add testing to Makefile
This commit is contained in:
parent
cf213590ed
commit
7a38c5704d
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -23,3 +23,6 @@ coverage:
|
|||
|
||||
deb:
|
||||
@python setup.py --command-packages=stdeb.command bdist_deb
|
||||
|
||||
test:
|
||||
pytest -v -s
|
||||
|
|
Loading…
Reference in a new issue