diff --git a/run_tests_py3.sh b/run_tests_py3.sh index 3b15af5..80ac2e5 100755 --- a/run_tests_py3.sh +++ b/run_tests_py3.sh @@ -26,7 +26,7 @@ cd build/py3_testing 2to3-$PYTHON_VERSION -wn --no-diffs test -nosetests-$PYTHON_VERSION +nosetests3 cd ../.. diff --git a/tests.sh b/tests.sh index 6f06d22..2263a58 100755 --- a/tests.sh +++ b/tests.sh @@ -8,6 +8,6 @@ if [[ $PYTHON_VERSION == 3.* ]] ; then . run_tests_py3.sh else - nosetests-$PYTHON_VERSION + nosetests fi