mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-07-05 16:02:13 +02:00
fix: support for 3.5 and higher now that 3.6 is out
This commit is contained in:
parent
846a873a26
commit
70765ae862
3 changed files with 4 additions and 3 deletions
|
|
@ -16,8 +16,9 @@ addons:
|
|||
env:
|
||||
- PYTHON_VERSION=2.7
|
||||
#- PYTHON_VERSION=3.3
|
||||
- PYTHON_VERSION=3.4
|
||||
#- PYTHON_VERSION=3.4
|
||||
- PYTHON_VERSION=3.5
|
||||
- PYTHON_VERSION=3.6
|
||||
|
||||
before_install:
|
||||
- wget https://github.com/mzwiessele/travis_scripts/raw/master/download_miniconda.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue