diff --git a/build.sla b/build.sla index 26f94e2..069a290 100644 --- a/build.sla +++ b/build.sla @@ -14,7 +14,7 @@ test () { ROOTDIR="$(pwd)" # Unit / integration tests - cd test && python ./test.py + cd test && /usr/bin/env python3 ./test.py # Code quality linting (flake8) cd $ROOTDIR