Skip to content

Commit 866e9ee

Browse files
committed
add optional Travis test against python3.8
1 parent 64adf46 commit 866e9ee

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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
31+
# Add optional builds that test against latest version of slycot, python
3232
jobs:
3333
include:
3434
- name: "linux, Python 2.7, slycot=source"
@@ -43,6 +43,12 @@ jobs:
4343
services: xvfb
4444
python: "3.7"
4545
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
4652

4753
matrix:
4854
# Exclude combinations that are very unlikely (and don't work)

0 commit comments

Comments
 (0)