Submitter | Augie Fackler |
---|---|
Date | July 19, 2017, 6:04 p.m. |
Message ID | <b3453767f02a999701a2.1500487478@arthedain.pit.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/22527/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/contrib/build-linux-wheels.sh b/contrib/build-linux-wheels.sh --- a/contrib/build-linux-wheels.sh +++ b/contrib/build-linux-wheels.sh @@ -3,7 +3,7 @@ # https://github.com/pypa/python-manylinux-demo/blob/master/travis/build-wheels.sh set -e -x -PYTHON_TARGETS=$(ls -d /opt/python/cp2*/bin) +PYTHON_TARGETS=$(ls -d /opt/python/cp27*/bin) # Create an user for the tests useradd hgbuilder