Skip to content

Commit 263735a

Browse files
committed
trim python3.8 testing to a single case (for now)
1 parent e25e8b2 commit 263735a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ cache:
1313
- $HOME/.local
1414

1515
python:
16-
- "3.8"
1716
- "3.7"
1817
- "3.6"
1918
- "2.7"
@@ -70,6 +69,12 @@ matrix:
7069
services: xvfb
7170
python: "3.7"
7271
env: SCIPY=scipy SLYCOT=source
72+
- name: "linux, Python 3.8, slycot=source"
73+
os: linux
74+
dist: xenial
75+
services: xvfb
76+
python: "3.8"
77+
env: SCIPY=scipy SLYCOT=source
7378

7479
# install required system libraries
7580
before_install:

0 commit comments

Comments
 (0)