add more python versions to .travis.yml

This commit is contained in:
Martin Bubel 2023-11-13 21:00:19 +01:00
parent faae055ebc
commit 6ea51bd0b0

View file

@ -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