Skip to content
Snippets Groups Projects
Commit 63726711 authored by Augie Fackler's avatar Augie Fackler
Browse files

contrib: drop Python 2.6 from manylinux1 wheel script

parent 6192a67b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment