From 74cae7db2c6bc7c6f0779e60b03912d8c7553f66 Mon Sep 17 00:00:00 2001 From: Dimiter Naydenov Date: Tue, 29 Oct 2019 09:15:16 +0200 Subject: [PATCH] Travis fix8 --- build_wheels.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_wheels.sh b/build_wheels.sh index 015d9ae9..e8ff4ef5 100755 --- a/build_wheels.sh +++ b/build_wheels.sh @@ -6,7 +6,7 @@ yum install -y libxslt-devel # Compile wheels for PYBIN in /opt/python/*/bin; do - if [ "$(basename $(dirname ${PYBIN}))x" = "cp27-cp27mx" ]; then + if [ "$(basename $(dirname ${PYBIN}) | cut -d'-' -f1)x" = "cp27x" ]; then continue fi