From 0032b3cdd1cd9a275c48885b31ba9fd600358d1d Mon Sep 17 00:00:00 2001 From: marmeladema Date: Tue, 10 Dec 2019 23:59:00 +0000 Subject: [PATCH] Run `mach test-tidy --no-wpt` checks with Python3 in CI --- etc/taskcluster/decision_task.py | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/taskcluster/decision_task.py b/etc/taskcluster/decision_task.py index 7dbc9202005..1f8b0a1d12a 100644 --- a/etc/taskcluster/decision_task.py +++ b/etc/taskcluster/decision_task.py @@ -205,6 +205,7 @@ def linux_tidy_unit(): .with_treeherder("Linux x64", "Tidy+Unit") .with_script(""" ./mach test-tidy --no-progress --all + python3 ./mach test-tidy --no-progress --all --no-wpt python3 ./mach build --dev python3 ./mach test-unit python3 ./mach package --dev