mirror of https://github.com/KLayout/klayout.git
Moved python configuration inside Linux in travis.yml
This commit is contained in:
parent
0daa84dadd
commit
1f1906eb3c
11
.travis.yml
11
.travis.yml
|
|
@ -1,3 +1,8 @@
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- os: linux
|
||||||
|
dist: trusty # Ubuntu 14.04
|
||||||
|
sudo: false
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "3.3"
|
- "3.3"
|
||||||
|
|
@ -6,12 +11,6 @@ python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.7"
|
- "3.7"
|
||||||
|
|
||||||
matrix:
|
|
||||||
include:
|
|
||||||
- os: linux
|
|
||||||
dist: trusty # Ubuntu 14.04
|
|
||||||
sudo: false
|
|
||||||
env:
|
env:
|
||||||
- MATRIX_EVAL=""
|
- MATRIX_EVAL=""
|
||||||
- os: osx
|
- os: osx
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue