Skip to content

Commit f93349c

Browse files
committed
try to exclude numpydoc from unit test (why would we test those?!)
1 parent e1c5820 commit f93349c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ inplace:
3434
test-code: in
3535
$(NOSETESTS) -s -v sklearn
3636
test-sphinxext:
37-
$(NOSETESTS) -s -v doc/sphinxext/
37+
$(NOSETESTS) -s -v doc/sphinxext/ -e doc/sphinx/numpydoc/*
3838
test-doc:
3939
ifeq ($(BITS),64)
4040
$(NOSETESTS) -s -v doc/*.rst doc/modules/ doc/datasets/ \

0 commit comments

Comments
 (0)