contrib/build-linux-wheels.sh
changeset 33610 658524d45af0
parent 33579 637267114513
--- 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