Skip to content

Commit bc82eb4

Browse files
committed
second attempt to add optional tests against slycot source
1 parent e1924da commit bc82eb4

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

.travis.yml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,40 @@ env:
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+
3147
matrix:
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

0 commit comments

Comments
 (0)