Blob Blame History Raw
diff --git a/wscript b/wscript
index f6780d0..bed2995 100644
--- a/wscript
+++ b/wscript
@@ -570,7 +570,7 @@ def test(tst):
 
     if tst.env.LILV_PYTHON:
         with tst.group('python') as check:
-            check(['python', '-m', 'unittest', 'discover', 'bindings/'])
+            check(['python3', '-m', 'unittest', 'discover', 'bindings/'])
 
     with tst.group('plugin') as check:
         for p in test_plugins: