Skip to content

Commit

Permalink
[travis] Include Py 3.7 and 3.8 in build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mpsonntag committed Jan 22, 2020
1 parent d9b857b commit 9f41c5b
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,39 @@ matrix:
python: "3.6"
sudo: required
env: CONDA=N
- os: linux
python: "3.7"
dist: xenial
sudo: required
env: CONDA=N
- os: linux
python: "3.8"
dist: xenial
sudo: required
env: CONDA=N
- os: linux
python: "3.7"
dist: xenial
sudo: required
env: CONDA=Y CONDAPY=3.7
- os: linux
python: "3.8"
dist: xenial
sudo: required
env: CONDA=Y CONDAPY=3.8

- os: osx
language: generic
env: OSXENV=2.7 CONDA=Y CONDAPY=2.7
- os: osx
language: generic
env: OSXENV=3.6 CONDA=Y CONDAPY=3.6
- os: osx
language: generic
env: OSXENV=3.7 CONDA=Y CONDAPY=3.7
- os: osx
language: generic
env: OSXENV=3.8 CONDA=Y CONDAPY=3.8

include:
- os: linux
Expand All @@ -35,6 +61,16 @@ matrix:
python: "3.6"
sudo: required
env: CONDA=N
- os: linux
python: "3.7"
dist: xenial
sudo: required
env: CONDA=N
- os: linux
python: "3.8"
dist: xenial
sudo: required
env: CONDA=N

- os: linux
python: "2.7"
Expand All @@ -48,13 +84,29 @@ matrix:
python: "3.6"
sudo: required
env: CONDA=Y CONDAPY=3.6
- os: linux
python: "3.7"
dist: xenial
sudo: required
env: CONDA=Y CONDAPY=3.7
- os: linux
python: "3.8"
dist: xenial
sudo: required
env: CONDA=Y CONDAPY=3.8

- os: osx
language: generic
env: OSXENV=2.7 CONDA=Y CONDAPY=2.7
- os: osx
language: generic
env: OSXENV=3.6 CONDA=Y CONDAPY=3.6
- os: osx
language: generic
env: OSXENV=3.7 CONDA=Y CONDAPY=3.7
- os: osx
language: generic
env: OSXENV=3.8 CONDA=Y CONDAPY=3.8


before_install:
Expand Down

0 comments on commit 9f41c5b

Please sign in to comment.