Update build.yml

This commit is contained in:
Ines Montani 2019-09-29 15:15:34 +02:00 committed by GitHub
parent b2f41e2a9b
commit e787e6d47f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,17 @@
name: Build and test name: Build and test
on: [push] on:
push:
paths:
- '*'
- '!/website/*'
jobs: jobs:
build: build:
strategy: strategy:
max-parallel: 4 max-parallel: 4
matrix: matrix:
platform: [ubuntu-latest, macos-latest, windows-latest] platform: [ubuntu-16.04, macOS-10.14, windows-2016]
python-version: [3.5, 3.6, 3.7] python-version: [3.5, 3.6, 3.7]
runs-on: ${{ matrix.platform }} runs-on: ${{ matrix.platform }}