Skip to content

Commit 216b4e5

Browse files
committed
CI: make travis run the doctests
1 parent d9cc662 commit 216b4e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

continuous_integration/test_script.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ python -c "import scipy; print('scipy %s' % scipy.__version__)"
1212
python setup.py build_ext --inplace
1313

1414
if [[ "$COVERAGE" == "true" ]]; then
15-
export WITH_COVERAGE="--with-coverage"
15+
make test-coverage
1616
else
17-
export WITH_COVERAGE=""
17+
make test-code
1818
fi
19-
nosetests -s -v $WITH_COVERAGE sklearn
19+
make test-doc

0 commit comments

Comments
 (0)