Mercurial > hg
changeset 33579:637267114513 stable
contrib: drop Python 2.6 from manylinux1 wheel script
author | Augie Fackler <augie@google.com> |
---|---|
date | Wed, 19 Jul 2017 13:44:22 -0400 |
parents | 6192a67b7962 |
children | 20436925e080 |
files | contrib/build-linux-wheels.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/build-linux-wheels.sh Wed Jul 19 13:45:06 2017 -0400 +++ b/contrib/build-linux-wheels.sh Wed Jul 19 13:44:22 2017 -0400 @@ -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