File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed
Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 2828 - SCIPY=scipy SLYCOT= # default, w/out slycot
2929 - SCIPY="scipy==0.19.1" SLYCOT= # legacy support, w/out slycot
3030
31+ # Add optional builds that test against latest version of slycot
32+ jobs :
33+ include :
34+ - name : " linux, Python 2.7, slycot=source"
35+ os : linux
36+ dist : xenial
37+ services : xvfb
38+ python : " 2.7"
39+ env : SCIPY=scipy SLCOT=source
40+ - name : " linux, Python 3.7, slycot=source"
41+ os : linux
42+ dist : xenial
43+ services : xvfb
44+ python : " 3.7"
45+ env : SCIPY=scipy SLCOT=source
46+
3147matrix :
3248 # Exclude combinations that are very unlikely (and don't work)
3349 exclude :
3450 - python : " 3.7" # python3.7 should use latest scipy
3551 env : SCIPY="scipy==0.19.1" SLYCOT=
3652
37- # Add optional builds that test against latest version of slycot
3853 allow_failures :
54+ - name : " linux, Python 2.7, slycot=source"
55+ os : linux
56+ dist : xenial
57+ services : xvfb
58+ python : " 2.7"
59+ env : SCIPY=scipy SLCOT=source
3960 - name : " linux, Python 3.7, slycot=source"
4061 os : linux
4162 dist : xenial
4263 services : xvfb
64+ python : " 3.7"
4365 env : SCIPY=scipy SLCOT=source
4466
4567# install required system libraries
You can’t perform that action at this time.
0 commit comments