reduce Python 3 testing to speed up CI (#487) · python-control/python-control@d66f4e4

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