Skip to content

Commit

Permalink
[Travis] Attempt to fix wheel building paths on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
frozencemetery committed Jul 16, 2019
1 parent a6e3f08 commit 5c80107
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis/before-deploy-windows-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ source ./.travis/lib-deploy.sh

./.travis/build.sh

# Sigh, go find paths again
PYPATH="/c/Python${PYENV:0:1}${PYENV:2:1}"
export PATH="$PYPATH:$PYPATH/Scripts:/c/Program Files/MIT/Kerberos/bin:$PATH"

# build the wheel
python -m pip install wheel
python setup.py bdist_wheel
Expand Down

0 comments on commit 5c80107

Please sign in to comment.