mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-21 14:05:14 +02:00
fix: py37 cython not compatible
This commit is contained in:
parent
ba7b5fb11a
commit
d8db1b6847
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ env:
|
||||||
#- PYTHON_VERSION=3.4
|
#- PYTHON_VERSION=3.4
|
||||||
- PYTHON_VERSION=3.5
|
- PYTHON_VERSION=3.5
|
||||||
- PYTHON_VERSION=3.6
|
- PYTHON_VERSION=3.6
|
||||||
- PYTHON_VERSION=3.7
|
#- PYTHON_VERSION=3.7
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- wget https://github.com/mzwiessele/travis_scripts/raw/master/download_miniconda.sh
|
- wget https://github.com/mzwiessele/travis_scripts/raw/master/download_miniconda.sh
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ environment:
|
||||||
- PYTHON_VERSION: 3.6
|
- PYTHON_VERSION: 3.6
|
||||||
MINICONDA: C:\Miniconda36-x64
|
MINICONDA: C:\Miniconda36-x64
|
||||||
- PYTHON_VERSION: 3.7
|
- PYTHON_VERSION: 3.7
|
||||||
MINICONDA: C:\Miniconda37-x64
|
MINICONDA: C:\Miniconda36-x64
|
||||||
|
|
||||||
#configuration:
|
#configuration:
|
||||||
# - Debug
|
# - Debug
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue