We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9cc662 commit 216b4e5Copy full SHA for 216b4e5
continuous_integration/test_script.sh
@@ -12,8 +12,8 @@ python -c "import scipy; print('scipy %s' % scipy.__version__)"
12
python setup.py build_ext --inplace
13
14
if [[ "$COVERAGE" == "true" ]]; then
15
- export WITH_COVERAGE="--with-coverage"
+ make test-coverage
16
else
17
- export WITH_COVERAGE=""
+ make test-code
18
fi
19
-nosetests -s -v $WITH_COVERAGE sklearn
+make test-doc
0 commit comments