Correctly invoke python in 'test' sla rule.

master
Ferry Boender 3 years ago
parent b1d89fa12a
commit 8afe2b3f75
  1. 2
      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

Loading…
Cancel
Save