summaryrefslogtreecommitdiff
path: root/tools/manylinux/build-wheels.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/manylinux/build-wheels.sh')
-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 3b13616f..bbb6a40e 100755
--- a/tools/manylinux/build-wheels.sh
+++ b/tools/manylinux/build-wheels.sh
@@ -36,6 +36,7 @@ run_tests() {
prepare_system() {
#yum install -y zlib-devel
+ rm -fr /opt/python/cp34-*
echo "Python versions found: $(cd /opt/python && echo cp* | sed -e 's|[^ ]*-||g')"
}