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

Commit

Permalink
Travis fix9
Browse files Browse the repository at this point in the history
  • Loading branch information
dimiter committed Oct 29, 2019
1 parent 74cae7d commit a33383d
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 @@ -11,7 +11,8 @@ for PYBIN in /opt/python/*/bin; do
fi

"${PYBIN}/pip" install -U pipenv
"${PYBIN}/pipenv" install
"${PYBIN}/python" -mpipenv install
env
"${PYBIN}/pip" wheel /io/ -w wheelhouse/
done

Expand Down

0 comments on commit a33383d

Please sign in to comment.