diff contrib/build-linux-wheels.sh @ 33610:658524d45af0

merge with stable
author Augie Fackler <augie@google.com>
date Tue, 01 Aug 2017 10:14:25 -0400
parents 637267114513
children
line wrap: on
line diff
--- a/contrib/build-linux-wheels.sh	Tue Jul 18 23:04:08 2017 +0530
+++ b/contrib/build-linux-wheels.sh	Tue Aug 01 10:14:25 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