We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a1143 commit c2f0185Copy full SHA for c2f0185
1 file changed
continuous_integration/test_script.sh
@@ -14,7 +14,7 @@ python -c "import numpy; print('numpy %s' % numpy.__version__)"
14
python -c "import scipy; print('scipy %s' % scipy.__version__)"
15
16
if [[ "$COVERAGE" == "true" ]]; then
17
- nosetests --with-coverage --cover-package=kcsd
+ nosetests3 --with-coverage --cover-package=kcsd
18
else
19
- nosetests
+ nosetests3
20
fi
0 commit comments