Skip to content

Commit

Permalink
Run tests against each OS version. (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf committed Jan 28, 2021
1 parent 505bc0c commit 107975e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Expand Up @@ -8,11 +8,12 @@ on: [push, pull_request]
jobs:
tests:

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

strategy:
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 107975e

Please sign in to comment.