CI: reduce test cases

- GH: Remove python 3.7 on github actions test.
- Azure: Only run on master and rel-* branch.

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
Hiroshi Miura
2020-03-06 13:32:32 +09:00
parent 20c45016cf
commit 3809211813
2 changed files with 7 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, macOS-latest, ubuntu-latest]
py: [3.6, 3.7, 3.8]
py: [3.6, 3.8]
steps:
- uses: actions/checkout@v1
with:

View File

@@ -1,3 +1,9 @@
trigger:
branches:
include:
- master
- rel-*
jobs:
- job: MatricesGenerator
displayName: Matrices Generator