From 57e026d83b928c1340c22db02751442bd8adb966 Mon Sep 17 00:00:00 2001 From: Richard Murray Date: Wed, 30 Dec 2020 12:44:07 -0800 Subject: [PATCH] reduce Python 3 testing to speed up CI --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3e700c485..8d8c76262 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,10 +12,9 @@ cache: - $HOME/.cache/pip - $HOME/.local +# Test against earliest supported (Python 3) release and latest stable release python: - "3.9" - - "3.8" - - "3.7" - "3.6" env: @@ -25,9 +24,6 @@ env: # Add optional builds that test against latest version of slycot, python jobs: include: - - name: "Python 3.8, slycot=source" - python: "3.8" - env: SCIPY=scipy SLYCOT=source - name: "Python 3.9, slycot=source, array and matrix" python: "3.9" env: SCIPY=scipy SLYCOT=source PYTHON_CONTROL_ARRAY_AND_MATRIX=1