mirror of https://github.com/saimn/sigal.git
3 changed files with 20 additions and 31 deletions
@ -1,23 +0,0 @@
|
||||
|
||||
init: |
||||
pip install -e .
|
||||
pip install -r requirements.txt
|
||||
|
||||
docs: |
||||
make -C docs html
|
||||
|
||||
test: |
||||
pytest
|
||||
|
||||
coverage: |
||||
pytest --cov sigal --cov-report term --cov-report=html
|
||||
|
||||
demo: |
||||
sigal build -c tests/sample/sigal.conf.py && sigal serve tests/sample/_build
|
||||
|
||||
publish: |
||||
python setup.py register
|
||||
python setup.py sdist bdist_wheel
|
||||
twine upload dist/*
|
||||
|
||||
.PHONY: docs |
||||
Loading…
Reference in new issue