Skip to content

Commit c2f0185

Browse files
committed
Work with Python3
1 parent f0a1143 commit c2f0185

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

continuous_integration/test_script.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ python -c "import numpy; print('numpy %s' % numpy.__version__)"
1414
python -c "import scipy; print('scipy %s' % scipy.__version__)"
1515

1616
if [[ "$COVERAGE" == "true" ]]; then
17-
nosetests --with-coverage --cover-package=kcsd
17+
nosetests3 --with-coverage --cover-package=kcsd
1818
else
19-
nosetests
19+
nosetests3
2020
fi

0 commit comments

Comments
 (0)