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 64adf46 commit 866e9eeCopy full SHA for 866e9ee
.travis.yml
@@ -28,7 +28,7 @@ env:
28
- SCIPY=scipy SLYCOT= # default, w/out slycot
29
- SCIPY="scipy==0.19.1" SLYCOT= # legacy support, w/out slycot
30
31
-# Add optional builds that test against latest version of slycot
+# Add optional builds that test against latest version of slycot, python
32
jobs:
33
include:
34
- name: "linux, Python 2.7, slycot=source"
@@ -43,6 +43,12 @@ jobs:
43
services: xvfb
44
python: "3.7"
45
env: SCIPY=scipy SLYCOT=source
46
+ - name: "linux, Python 3.8, slycot=source"
47
+ os: linux
48
+ dist: xenial
49
+ services: xvfb
50
+ python: "3.8"
51
+ env: SCIPY=scipy SLYCOT=source
52
53
matrix:
54
# Exclude combinations that are very unlikely (and don't work)
0 commit comments