mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-10 04:22:38 +02:00
add more python versions to .travis.yml
This commit is contained in:
parent
faae055ebc
commit
6ea51bd0b0
1 changed files with 5 additions and 0 deletions
|
|
@ -20,12 +20,17 @@ env:
|
||||||
- PYTHON_VERSION=3.7
|
- PYTHON_VERSION=3.7
|
||||||
- PYTHON_VERSION=3.8
|
- PYTHON_VERSION=3.8
|
||||||
- PYTHON_VERSION=3.9
|
- PYTHON_VERSION=3.9
|
||||||
|
- PYTHON_VERSION=3.10
|
||||||
|
- PYTHON_VERSION=3.11
|
||||||
|
- PYTHON_VERSION=3.12
|
||||||
|
# TODO: add more recent python versions? will later address this in the issue claiming we follow numpy
|
||||||
|
|
||||||
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
|
||||||
- wget https://github.com/mzwiessele/travis_scripts/raw/master/install_retry.sh
|
- wget https://github.com/mzwiessele/travis_scripts/raw/master/install_retry.sh
|
||||||
- source download_miniconda.sh
|
- source download_miniconda.sh
|
||||||
- echo $PATH
|
- echo $PATH
|
||||||
|
# why not cloning a miniconda container?!
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- echo $PATH
|
- echo $PATH
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue