mirror of https://github.com/KLayout/klayout.git
Fixed missing language declarations in travis.yml
This commit is contained in:
parent
9140495071
commit
5b5f1a050d
|
|
@ -38,12 +38,14 @@ matrix:
|
|||
- os: linux
|
||||
dist: trusty # Ubuntu 14.04
|
||||
sudo: false
|
||||
language: python
|
||||
python: '3.6'
|
||||
env:
|
||||
- MATRIX_EVAL=""
|
||||
- os: linux
|
||||
dist: trusty # Ubuntu 14.04
|
||||
sudo: false
|
||||
language: python
|
||||
python: '3.7'
|
||||
env:
|
||||
- MATRIX_EVAL=""
|
||||
|
|
|
|||
Loading…
Reference in New Issue