Skip to content

Commit a6e3f08

Browse files
[Travis] Work around Windows not officially supporting python
1 parent 826c02d commit a6e3f08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ jobs:
145145
os: windows
146146
script: skip
147147
env: PYTHON="2" PYENV="2.7.16" EXTRA_BUILDEXT="--compiler=mingw32"
148+
language: sh # Travis doesn't support python here
148149
before_deploy:
149150
- ./.travis/before-deploy-windows-wheels.sh
150151
deploy:

0 commit comments

Comments
 (0)