Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
Travis fix8
Browse files Browse the repository at this point in the history
  • Loading branch information
dimiter committed Oct 29, 2019
1 parent c85df0a commit 74cae7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 74cae7d

Please sign in to comment.