Skip to content

Commit d66f4e4

Browse files
authored
reduce Python 3 testing to speed up CI (#487)
1 parent ec42737 commit d66f4e4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ cache:
1212
- $HOME/.cache/pip
1313
- $HOME/.local
1414

15+
# Test against earliest supported (Python 3) release and latest stable release
1516
python:
1617
- "3.9"
17-
- "3.8"
18-
- "3.7"
1918
- "3.6"
2019

2120
env:
@@ -25,9 +24,6 @@ env:
2524
# Add optional builds that test against latest version of slycot, python
2625
jobs:
2726
include:
28-
- name: "Python 3.8, slycot=source"
29-
python: "3.8"
30-
env: SCIPY=scipy SLYCOT=source
3127
- name: "Python 3.9, slycot=source, array and matrix"
3228
python: "3.9"
3329
env: SCIPY=scipy SLYCOT=source PYTHON_CONTROL_ARRAY_AND_MATRIX=1

0 commit comments

Comments
 (0)