kopia lustrzana https://github.com/ihabunek/toot
Merge c5cfc0c4d1
into 936c090621
commit
044deb8487
4
Makefile
4
Makefile
|
@ -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
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue