##// END OF EJS Templates
contrib: drop Python 2.6 from manylinux1 wheel script
Augie Fackler -
r33580:63726711 stable
parent child Browse files
Show More
@@ -3,7 +3,7 b''
3 # https://github.com/pypa/python-manylinux-demo/blob/master/travis/build-wheels.sh
3 # https://github.com/pypa/python-manylinux-demo/blob/master/travis/build-wheels.sh
4 set -e -x
4 set -e -x
5
5
6 PYTHON_TARGETS=$(ls -d /opt/python/cp2*/bin)
6 PYTHON_TARGETS=$(ls -d /opt/python/cp27*/bin)
7
7
8 # Create an user for the tests
8 # Create an user for the tests
9 useradd hgbuilder
9 useradd hgbuilder
General Comments 0
You need to be logged in to leave comments. Login now