Skip to content

Commit 5c80107

Browse files
[Travis] Attempt to fix wheel building paths on Windows
1 parent a6e3f08 commit 5c80107

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis/before-deploy-windows-wheels.sh

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ source ./.travis/lib-deploy.sh
77

88
./.travis/build.sh
99

10+
# Sigh, go find paths again
11+
PYPATH="/c/Python${PYENV:0:1}${PYENV:2:1}"
12+
export PATH="$PYPATH:$PYPATH/Scripts:/c/Program Files/MIT/Kerberos/bin:$PATH"
13+
1014
# build the wheel
1115
python -m pip install wheel
1216
python setup.py bdist_wheel

0 commit comments

Comments
 (0)