Skip to content

Commit

Permalink
[Travis] Work around Windows not officially supporting python
Browse files Browse the repository at this point in the history
  • Loading branch information
frozencemetery committed Jul 16, 2019
1 parent 826c02d commit a6e3f08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ jobs:
os: windows
script: skip
env: PYTHON="2" PYENV="2.7.16" EXTRA_BUILDEXT="--compiler=mingw32"
language: sh # Travis doesn't support python here
before_deploy:
- ./.travis/before-deploy-windows-wheels.sh
deploy:
Expand Down

0 comments on commit a6e3f08

Please sign in to comment.