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:
Alexander Todorov 2018-12-13 12:32:24 +02:00 committed by Alexander Todorov
parent dccd283dd2
commit aebc3bf280

View File

@ -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 \