Build the HTML docs before running tests
on master docs/html/ is part of the git repository, here it is not
This commit is contained in:
parent
dccd283dd2
commit
aebc3bf280
2
Makefile
2
Makefile
@ -35,7 +35,7 @@ check:
|
||||
@echo "*** Running pylint ***"
|
||||
PYTHONPATH=$(PYTHONPATH):./src/ ./tests/pylint/runpylint.py
|
||||
|
||||
test:
|
||||
test: docs
|
||||
@echo "*** Running tests ***"
|
||||
PYTHONPATH=$(PYTHONPATH):./src/ $(PYTHON) -m nose -v --with-coverage --cover-erase --cover-branches \
|
||||
--cover-package=pylorax --cover-inclusive \
|
||||
|
Loading…
Reference in New Issue
Block a user