diff --git a/eo/src/pyeo/test/run_tests.sh b/eo/src/pyeo/test/run_tests.sh index b06c61b0..8a2ebca1 100755 --- a/eo/src/pyeo/test/run_tests.sh +++ b/eo/src/pyeo/test/run_tests.sh @@ -2,6 +2,6 @@ for i in *.py do - python $i > /dev/null + python2 $i > /dev/null done