adding linux pymod py3.7 with clang instead of gcc

This commit is contained in:
Thomas Ferreira de Lima 2018-10-08 01:12:51 -04:00
parent bda1304500
commit 5dcc01f0f3
No known key found for this signature in database
GPG Key ID: 43E98870EAA0A86E
1 changed files with 13 additions and 0 deletions

View File

@ -74,6 +74,19 @@ matrix:
- PYTHON_BUILD=true
- BREW_BUNDLE=false
- name: "klayout python3.7 package"
os: linux
dist: trusty # Ubuntu 14.04
sudo: false
language: python
python: '3.7-dev'
env:
- MATRIX_EVAL=""
- PIP_UPDATE="1"
- PYTHON_BUILD=true
- BREW_BUNDLE=false
- CC=clang
- name: "klayout python3.6 package"
os: linux
dist: trusty # Ubuntu 14.04