Skip to content

Commit

Permalink
windows build fix (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
qureshizawar authored Jun 14, 2020
1 parent 3e12c62 commit 97a24e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ jobs:
name: Build and deploy Windows wheels
env:
#- CIBW_BEFORE_BUILD="pip install cmake"
#- CIBW_BUILD=cp36*
- CIBW_BUILD: cp3?-*
- CIBW_BUILD=cp36*
#- CIBW_BUILD: cp3?-*
#- CIBW_SKIP: cp27-* pp27-*
os: windows
language: shell
before_install:
- choco install cmake
#- choco install cmake
- choco install python --version 3.6.0
- export PATH="/c/Python36:/c/Python36/Scripts:$PATH"
# make sure it's on PATH as 'python3'
Expand Down

0 comments on commit 97a24e5

Please sign in to comment.