mirror of https://github.com/KLayout/klayout.git
Added Python 3.9 support
This commit is contained in:
parent
26e8da0925
commit
88db2a802b
31
.travis.yml
31
.travis.yml
|
|
@ -7,6 +7,37 @@ branches:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# python manylinux packages
|
# python manylinux packages
|
||||||
|
- name: "cp39-cp39m-manylinux1_x86_64.whl"
|
||||||
|
os: linux
|
||||||
|
sudo: true
|
||||||
|
language: python
|
||||||
|
python: '3.9'
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
|
env:
|
||||||
|
- DOCKER_IMAGE="quay.io/pypa/manylinux1_x86_64"
|
||||||
|
- PY_VERSION="cp39-cp39"
|
||||||
|
- DOCKER_BUILD=true
|
||||||
|
- TEST_IN_HOST=true
|
||||||
|
- MATRIX_EVAL=""
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- ccache
|
||||||
|
|
||||||
|
- name: "cp39-cp39m-manylinux1_i686.whl"
|
||||||
|
os: linux
|
||||||
|
sudo: true
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
|
env:
|
||||||
|
- DOCKER_IMAGE="quay.io/pypa/manylinux1_i686"
|
||||||
|
- PY_VERSION="cp39-cp39"
|
||||||
|
- DOCKER_BUILD=true
|
||||||
|
- MATRIX_EVAL=""
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- ccache
|
||||||
|
|
||||||
- name: "cp38-cp38m-manylinux1_x86_64.whl"
|
- name: "cp38-cp38m-manylinux1_x86_64.whl"
|
||||||
os: linux
|
os: linux
|
||||||
sudo: true
|
sudo: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue