mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Added a build target to the Makefile which we need for python3 tests
This commit is contained in:
parent
df444e822c
commit
471da5aa21
7
Makefile
7
Makefile
@ -32,8 +32,11 @@ pylint:
|
||||
reindent:
|
||||
@$(PYTHON) utils/reindent.py -r -B .
|
||||
|
||||
test:
|
||||
test: build
|
||||
@cd tests; $(PYTHON) run.py -d -m '^[tT]est' $(TEST)
|
||||
|
||||
covertest:
|
||||
covertest: build
|
||||
@cd tests; $(PYTHON) run.py -d -m '^[tT]est' --with-coverage --cover-package=sphinx $(TEST)
|
||||
|
||||
build:
|
||||
@$(PYTHON) setup.py build
|
||||
|
Loading…
Reference in New Issue
Block a user