attempting python package for python3.6.5_1 osx10.13

This commit is contained in:
Thomas Ferreira de Lima 2018-10-07 14:10:51 -04:00
parent 53504a5d7e
commit 5d7bb7d60e
No known key found for this signature in database
GPG Key ID: 43E98870EAA0A86E
1 changed files with 10 additions and 0 deletions

View File

@ -43,6 +43,16 @@ matrix:
- PIP_UPDATE="1"
- PYTHON_BUILD=true
- BREW_BUNDLE=true
- name: "klayout python3.6.5_1 osx10.13"
os: osx
osx_image: xcode9.4 # macOS 10.13
env:
- MATRIX_EVAL="brew update; brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/f2a764ef944b1080be64bd88dca9a1d80130c558/Formula/python.rb; brew switch python 3.6.5_1; shopt -s expand_aliases; alias python='python3'; alias pip='pip3';"
- ARCHFLAGS="-std=c++11"
- PIP_UPDATE="1"
- PYTHON_BUILD=true
- BREW_BUNDLE=false
- name: "klayout python3 osx10.12"
os: osx