This commit is contained in:
Max Bachmann 2020-11-30 13:11:05 +01:00 committed by GitHub
parent 67b02ff967
commit 325f66c274
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -10,9 +10,11 @@ on:
jobs:
test_python:
name: linting and tests on Python ${{ matrix.python-version }}
runs-on: ubuntu-18.04
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, macos-latest]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
steps: