Skip to content

Commit

Permalink
try to build with python 3.8 on Windows and OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanming-hu committed Jan 22, 2020
1 parent f294c94 commit 4093c67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ matrix:
osx_image: xcode10.3
env:
- MATRIX_EVAL="CC=clang && CXX=clang++ && PYTHON=python3.7"
- os: osx
osx_image: xcode10.3
env:
- MATRIX_EVAL="CC=clang && CXX=clang++ && PYTHON=python3.8"

before_install:
- eval "${MATRIX_EVAL}"
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ environment:
matrix:
- PYTHON: C:\Python36-x64\python.exe
- PYTHON: C:\Python37-x64\python.exe
- PYTHON: C:\Python38-x64\python.exe

build_script:
- cd C:\
Expand Down

0 comments on commit 4093c67

Please sign in to comment.