We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec42737 commit d66f4e4Copy full SHA for d66f4e4
1 file changed
.travis.yml
@@ -12,10 +12,9 @@ cache:
12
- $HOME/.cache/pip
13
- $HOME/.local
14
15
+# Test against earliest supported (Python 3) release and latest stable release
16
python:
17
- "3.9"
- - "3.8"
18
- - "3.7"
19
- "3.6"
20
21
env:
@@ -25,9 +24,6 @@ env:
25
24
# Add optional builds that test against latest version of slycot, python
26
jobs:
27
include:
28
- - name: "Python 3.8, slycot=source"
29
- python: "3.8"
30
- env: SCIPY=scipy SLYCOT=source
31
- name: "Python 3.9, slycot=source, array and matrix"
32
python: "3.9"
33
env: SCIPY=scipy SLYCOT=source PYTHON_CONTROL_ARRAY_AND_MATRIX=1
0 commit comments