mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-02 18:51:31 +08:00
Remove obsolete Makefile targets.
The `test` and `coverage` targets rely on `setup.py` which was removed "about 10 years ago". There is apparently no interest in fixing them. This change removes them to avoid confusion. As per https://github.com/benoitc/gunicorn/issues/3386
This commit is contained in:
parent
1fe9e5816e
commit
e6911192ff
8
Makefile
8
Makefile
@ -3,12 +3,6 @@ build:
|
|||||||
venv/bin/pip install -e .
|
venv/bin/pip install -e .
|
||||||
venv/bin/pip install -r requirements_dev.txt
|
venv/bin/pip install -r requirements_dev.txt
|
||||||
|
|
||||||
test:
|
|
||||||
venv/bin/python setup.py test
|
|
||||||
|
|
||||||
coverage:
|
|
||||||
venv/bin/python setup.py test --cov
|
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
mkdocs build
|
mkdocs build
|
||||||
|
|
||||||
@ -20,4 +14,4 @@ clean:
|
|||||||
@find . -type f -name "*.py[co]" -delete
|
@find . -type f -name "*.py[co]" -delete
|
||||||
@find . -type d -name "__pycache__" -delete
|
@find . -type d -name "__pycache__" -delete
|
||||||
|
|
||||||
.PHONY: build clean coverage docs docs-serve test
|
.PHONY: build clean docs docs-serve
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user