mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-01 18:21:30 +08:00
Merge pull request #3471 from adk-swisstopo/makefile
Remove obviously broken make targets.
This commit is contained in:
commit
fba07af47c
8
Makefile
8
Makefile
@ -3,12 +3,6 @@ build:
|
||||
venv/bin/pip install -e .
|
||||
venv/bin/pip install -r requirements_dev.txt
|
||||
|
||||
test:
|
||||
venv/bin/python setup.py test
|
||||
|
||||
coverage:
|
||||
venv/bin/python setup.py test --cov
|
||||
|
||||
docs:
|
||||
mkdocs build
|
||||
|
||||
@ -20,4 +14,4 @@ clean:
|
||||
@find . -type f -name "*.py[co]" -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