diff --git a/build_on_travis.sh b/build_on_travis.sh index 1019a3c8df6567a9dd95c31689755f89386feec2..cecdc2620c271c2cafb01ce1f14421d68138ec50 100755 --- a/build_on_travis.sh +++ b/build_on_travis.sh @@ -23,6 +23,6 @@ set -e gbp buildpackage --git-ignore-branch --git-ignore-new -uc -us cd __moose-core_build && ctest --output-on-failure && cd .. sudo dpkg -D=2 -i ../moose*.deb -cd ~ && python -c 'import moose; moose.test( timeout = 10 )' -cd ~ && python -c 'import moogli' +cd ~ && /usr/bin/python -c "import moose; moose.test( timeout = 10 )" +cd ~ && /usr/bin/python -c "import moogli"