Unverified Commit c71e0509 by Peter Eacmen Committed by GitHub

reduce test matrix to distros under LTS and python versions currently

parent 3b5c1777
dist: xenial dist:
- bionic
- focal
addons: addons:
apt: apt:
update: true update: true
language: python language: python
arch: arch:
- ppc64le
- amd64 - amd64
python: python:
- "3.4"
- "3.5"
- "3.6" - "3.6"
- "3.7" - "3.7"
- "3.8" - "3.8"
- "3.9" - "3.9"
- "nightly"
install: install:
- ./deps.sh --yes - ./deps.sh --yes
- pip install coverage - pip install coverage
- ./setup.py install - ./setup.py install
script: ./setup.py test script: ./setup.py test
cache: pip cache: pip
jobs:
include:
- python: "3.6"
dist: bionic
- python: "3.8"
dist: focal
- python: "3.9"
dist: focal
allow_failures:
- python: nightly
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment