Skip to content
Snippets Groups Projects
Commit 18811392 authored by Fabian Pedregosa's avatar Fabian Pedregosa
Browse files

Do not execute test coverage by default.

Also add a test-coverage target in Makefile.
parent 8bb9849c
No related branches found
No related tags found
No related merge requests found
...@@ -27,3 +27,6 @@ test: in ...@@ -27,3 +27,6 @@ test: in
$(NOSETESTS) $(NOSETESTS)
test-doc: test-doc:
$(NOSETESTS) --with-doctest --doctest-tests --doctest-extension=rst doc/ doc/modules/ $(NOSETESTS) --with-doctest --doctest-tests --doctest-extension=rst doc/ doc/modules/
test-coverage:
$(NOSETESTS) --with-coverage
\ No newline at end of file
...@@ -6,6 +6,5 @@ test = nosetests ...@@ -6,6 +6,5 @@ test = nosetests
[nosetests] [nosetests]
detailed-errors = 1 detailed-errors = 1
with-doctest = 1 with-doctest = 1
with-coverage = 1
cover-package = scikits.learn cover-package = scikits.learn
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment