diff options
| author | Stefan Behnel <stefan_ml@behnel.de> | 2017-01-08 13:44:13 +0100 |
|---|---|---|
| committer | Stefan Behnel <stefan_ml@behnel.de> | 2017-01-08 13:44:13 +0100 |
| commit | 361891affc30e53894db70281058e52eb9643a35 (patch) | |
| tree | c1c644ed50cec5f82dc3de3bd6316abf3cb99a28 /tools/manylinux | |
| parent | d0125dcd2615bb3d2726878a259664b7201313b2 (diff) | |
| download | python-lxml-361891affc30e53894db70281058e52eb9643a35.tar.gz | |
list all Python versions before starting wheel builds
Diffstat (limited to 'tools/manylinux')
| -rwxr-xr-x | tools/manylinux/build-wheels.sh | 1 |
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() { |
