mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-30 15:26:23 +02:00
Merge pull request #758 from marpulli/py37_travis
Add travis build for 3.7, remove for 3.5, bump version to 1.9.7
This commit is contained in:
commit
7dc78aba4e
2 changed files with 3 additions and 3 deletions
|
|
@ -17,9 +17,9 @@ env:
|
||||||
- PYTHON_VERSION=2.7
|
- PYTHON_VERSION=2.7
|
||||||
#- PYTHON_VERSION=3.3
|
#- PYTHON_VERSION=3.3
|
||||||
#- 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
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = "1.9.6"
|
__version__ = "1.9.7"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue