0
0
mirror of https://github.com/ihabunek/toot.git synced 2025-06-30 22:18:36 -04:00

Merge c5cfc0c4d140044159ac871b5a4293ff8b0b2644 into 936c09062132f6be3dae9b4ba818b6f72930aecd

This commit is contained in:
Sandro Santilli 2025-03-28 01:04:13 +01:00 committed by GitHub
commit 044deb8487
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,5 @@
PYTEST = $(shell which pytest pytest-3 )
.PHONY: clean publish test docs
dist:
@ -7,7 +9,7 @@ publish :
twine upload dist/*.tar.gz dist/*.whl
test:
pytest -v
test -e "$(PYTEST)" && $(PYTEST) -v # run pytest if found
flake8
vermin toot