Skip to content

Commit 7e8a08a

Browse files
authored
Travis py37 scipy0.19.1 fix (#322)
Remove python-3.7, scipy-0.19.1 build from test matrix (since scipy-0.19.1 only claims support for python 2.7-3.6). This fixes issue #321
1 parent 662e52e commit 7e8a08a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ env:
2828
- SCIPY=scipy SLYCOT= # default, w/out slycot
2929
- SCIPY="scipy==0.19.1" SLYCOT= # legacy support, w/out slycot
3030

31+
# Exclude combinations that are very unlikely (and don't work)
32+
matrix:
33+
exclude:
34+
- python: "3.7" # python3.7 should use latest scipy
35+
env: SCIPY="scipy==0.19.1" SLYCOT=
36+
3137
# install required system libraries
3238
before_install:
3339
# Install gfortran for testing slycot; use apt-get instead of conda in

0 commit comments

Comments
 (0)