Skip to content

Commit

Permalink
python matrix testing
Browse files Browse the repository at this point in the history
  • Loading branch information
einarnn committed Oct 30, 2021
1 parent 1610900 commit efe58b9
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/check.yaml
@@ -1,16 +1,13 @@
name: Run check scripts
name: Run Tests and Coverage

on:
push:
branches:
- einarnn-travis-to-gha
pull_request:
branches:
- master
on: [push, pull_request]

jobs:
check:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '2.7', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -19,7 +16,8 @@ jobs:
- name: Setup Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: ${{ matrix.python-version }}
architecture: x64

- name: Install Dependencies
run: |
Expand Down

0 comments on commit efe58b9

Please sign in to comment.