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

Commit

Permalink
Travis fix5
Browse files Browse the repository at this point in the history
  • Loading branch information
dimiter committed Oct 29, 2019
1 parent 18c13d0 commit 5cb9769
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ yum install -y libxslt-devel

# Compile wheels
for PYBIN in /opt/python/*/bin; do
"${PYBIN}/pip" install -r /io/requirements.txt
"${PYBIN}/pip" install -U pipenv
"${PYBIN}/pipenv" install
"${PYBIN}/pip" wheel /io/ -w wheelhouse/
done

Expand Down

0 comments on commit 5cb9769

Please sign in to comment.