mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
10 lines
265 B
Makefile
10 lines
265 B
Makefile
test:
|
|
flake8 configurations --ignore=E501,E127,E128,E124
|
|
coverage run --branch --source=configurations manage.py test configurations
|
|
coverage report --omit=configurations/test*
|
|
|
|
release:
|
|
python setup.py sdist register upload -s
|
|
|
|
doc:
|
|
cd docs; make html; cd ..
|