We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 662e52e commit 54d76a6Copy full SHA for 54d76a6
1 file changed
.travis.yml
@@ -28,6 +28,12 @@ env:
28
- SCIPY=scipy SLYCOT= # default, w/out slycot
29
- SCIPY="scipy==0.19.1" SLYCOT= # legacy support, w/out slycot
30
31
+# Exclude combinations that are very unlikely (and don't work)
32
+matrix:
33
+ exlude:
34
+ - python: 3.7 # python3.7 should use latest scipy
35
+ env: SCIPY="scipy==0.19.1" SLYCOT=
36
+
37
# install required system libraries
38
before_install:
39
# Install gfortran for testing slycot; use apt-get instead of conda in
0 commit comments