summaryrefslogtreecommitdiff
path: root/tools/manylinux
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-01-08 13:44:13 +0100
committerStefan Behnel <stefan_ml@behnel.de>2017-01-08 13:44:13 +0100
commit361891affc30e53894db70281058e52eb9643a35 (patch)
treec1c644ed50cec5f82dc3de3bd6316abf3cb99a28 /tools/manylinux
parentd0125dcd2615bb3d2726878a259664b7201313b2 (diff)
downloadpython-lxml-361891affc30e53894db70281058e52eb9643a35.tar.gz
list all Python versions before starting wheel builds
Diffstat (limited to 'tools/manylinux')
-rwxr-xr-xtools/manylinux/build-wheels.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/manylinux/build-wheels.sh b/tools/manylinux/build-wheels.sh
index 2ebf2503..5c92d7af 100755
--- a/tools/manylinux/build-wheels.sh
+++ b/tools/manylinux/build-wheels.sh
@@ -35,6 +35,7 @@ prepare_system() {
#yum install -y zlib-devel
# Remove Python 2.6 symlinks
rm -f /opt/python/cp26*
+ echo "Python versions found: $(cd /opt/python && echo cp* | sed -e 's|[^ ]*-||g')"
}
build_wheels() {