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

Commit

Permalink
Travis fix6
Browse files Browse the repository at this point in the history
  • Loading branch information
dimiter committed Oct 29, 2019
1 parent 5cb9769 commit 5e6eaf5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build_wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ yum install -y libxslt-devel

# Compile wheels
for PYBIN in /opt/python/*/bin; do
if [ "$(dirname ${PYBIN})x" = "cp27-cp27mx" ]; then
continue
fi

"${PYBIN}/pip" install -U pipenv
"${PYBIN}/pipenv" install
"${PYBIN}/pip" wheel /io/ -w wheelhouse/
Expand Down

0 comments on commit 5e6eaf5

Please sign in to comment.