Skip to content

reduce Python 3 testing to speed up Travis CI testing #487

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down