Skip to content

Commit

Permalink
test using focal image on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Jan 24, 2022
1 parent 2f22c0f commit 7de8c29
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .travis.yml
@@ -1,19 +1,24 @@
dist: focal
language: python
sudo: false
python:
- 3.6
- 3.9
- 3.10
- "3.6"
- "3.9"
- "3.10"
env:
- NUMPY_VERSION="1.13.1" SCIPY_VERSION="0.19.1"
- NUMPY_VERSION="1.19.4" SCIPY_VERSION="1.5.4"
- NUMPY_VERSION="1.22.1" SCIPY_VERSION="1.7.3"
matrix:
exclude:
- python: 3.9
- python: "3.6"
env: NUMPY_VERSION="1.22.1" SCIPY_VERSION="1.7.3"
- python: "3.9"
env: NUMPY_VERSION="1.13.1" SCIPY_VERSION="0.19.1"
- python: 3.10
- python: "3.10"
env: NUMPY_VERSION="1.13.1" SCIPY_VERSION="0.19.1"
- python: "3.10"
env: NUMPY_VERSION="1.19.4" SCIPY_VERSION="1.5.4"
install:
- pip install "numpy==$NUMPY_VERSION" "scipy==$SCIPY_VERSION" coverage coveralls pytest pytest-cov
script:
Expand Down

0 comments on commit 7de8c29

Please sign in to comment.