Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make `mach test-tidy --no-wpt` compatible with Python3 #25239

Merged
merged 3 commits into from Dec 11, 2019
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Run `mach test-tidy --no-wpt` checks with Python3 in CI

  • Loading branch information
marmeladema committed Dec 11, 2019
commit 0032b3cdd1cd9a275c48885b31ba9fd600358d1d
@@ -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
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.