Merge pull request #705 from Alexander-N/gh-actions

Trigger windows tests on pull requests
This commit is contained in:
Yuji Kanagawa 2019-12-28 21:40:51 +09:00 committed by GitHub
commit 454c7f6eaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 23 deletions

View File

@ -1,13 +1,12 @@
name: Test name: Test
on: [push] on: [push, pull_request]
jobs: jobs:
build: build:
runs-on: windows-latest runs-on: windows-latest
strategy: strategy:
max-parallel: 3 max-parallel: 4
matrix: matrix:
python-version: [3.5, 3.6, 3.7] python-version: [3.5, 3.6, 3.7]