Update pythonpackage.yml

This commit is contained in:
Jakub Roztocil 2019-09-10 12:46:34 +02:00 committed by GitHub
parent 3909a436a9
commit 3ec5c4a643
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,12 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 4
matrix:
python-version: [2.7, 3.5, 3.6, 3.7]
os: [macOS-latest, windows-latest, ubuntu-latest]
python-version: [3.6, 3.7]
steps:
- uses: actions/checkout@v1