2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 20:20:24 +02:00
website/accounts/Makefile

14 lines
182 B
Makefile
Raw Normal View History

2019-07-05 19:54:54 +02:00
test:
@pytest --disable-pytest-warnings
test-ci: bootstrap
@pytest --disable-pytest-warnings
2019-07-05 20:50:31 +02:00
fmt:
@black .
bootstrap:
@python -m scripts.bootstrap
.PHONY: test fmt bootstrap