Unverified Commit 5090c79b by Peter Eacmen Committed by GitHub

Travis will not apply test matrix to dist keyword, expand it manually in jobs list

parent c71e0509
dist:
- bionic
- focal
os: linux
dist: bionic
language: python
arch: amd64
addons:
apt:
update: true
language: python
arch:
- amd64
python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
install:
- ./deps.sh --yes
- pip install coverage
- ./setup.py install
script: ./setup.py test
cache: pip
jobs:
include:
- dist: bionic
python: 3.6
- dist: bionic
python: 3.7
- dist: bionic
python: 3.8
- dist: bionic
python: 3.9
- dist: focal
python: 3.6
- dist: focal
python: 3.7
- dist: focal
python: 3.8
- dist: focal
python: 3.9
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