Skip to content

Commit

Permalink
Bug 1654313 [wpt PR 24685] - update python version in build for html/…
Browse files Browse the repository at this point in the history
…canvas, a=testonly

Automatic update from web-platform-tests
update python version, so it's compatible with both python2 and python3 (#24685)

--

wpt-commits: 1680a1d89583f100c2df7ceff499c8c0ec292aa7
wpt-pr: 24685
  • Loading branch information
yiyix authored and moz-wptsync-bot committed Aug 25, 2020
1 parent 428f4d3 commit ecbc015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/web-platform/tests/html/canvas/tools/build.sh
Expand Up @@ -2,6 +2,6 @@
set -ex

cd "${0%/*}"
virtualenv -p python2 .virtualenv
virtualenv -p python .virtualenv
.virtualenv/bin/pip install pyyaml cairocffi
.virtualenv/bin/python gentest.py

0 comments on commit ecbc015

Please sign in to comment.