Skip to content

Commit e691119

Browse files
committed
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 benoitc#3386
1 parent 1fe9e58 commit e691119

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ build:
33
venv/bin/pip install -e .
44
venv/bin/pip install -r requirements_dev.txt
55

6-
test:
7-
venv/bin/python setup.py test
8-
9-
coverage:
10-
venv/bin/python setup.py test --cov
11-
126
docs:
137
mkdocs build
148

@@ -20,4 +14,4 @@ clean:
2014
@find . -type f -name "*.py[co]" -delete
2115
@find . -type d -name "__pycache__" -delete
2216

23-
.PHONY: build clean coverage docs docs-serve test
17+
.PHONY: build clean docs docs-serve

0 commit comments

Comments
 (0)