Skip to content

Commit

Permalink
ci: also run Windows CI with Python 3.4, 3.5, 3.6, 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Jan 30, 2020
1 parent 9af0c85 commit 3f8c458
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ on: [push, pull_request]
jobs:
ci:
name: Run tests
strategy:
matrix:
tox:
- py34-coverage
- py35-coverage
- py36-coverage
- py37-coverage
- py38-coverage
env:
TOXENV: py38-coverage
TOXENV: ${{ matrix.tox }}
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 3f8c458

Please sign in to comment.