Skip to content
Snippets Groups Projects
Commit d24337b9 authored by Andreas Mueller's avatar Andreas Mueller
Browse files

DOCs change extension from txt to inc, add inc as doctest extension to makefile

parent dc74f817
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,8 @@ test-code: in
$(NOSETESTS) -s sklearn
test-doc:
$(NOSETESTS) -s --with-doctest --doctest-tests --doctest-extension=rst \
--doctest-fixtures=_fixture doc/ doc/modules/ doc/developers
--doctest-extension=inc --doctest-fixtures=_fixture doc/ doc/modules/ \
doc/developers
test-coverage:
$(NOSETESTS) -s --with-coverage --cover-html --cover-html-dir=coverage \
......
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment