Skip to content

Commit

Permalink
Merge pull request #41 from ymyzk/more-envs-on-gh-actions
Browse files Browse the repository at this point in the history
Run tests on more virtual environments on GitHub Actions
  • Loading branch information
ymyzk authored Nov 6, 2020
2 parents 4f8f263 + 0f46790 commit 4300237
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jobs:
# https://help.github.com/articles/virtual-environments-for-github-actions
platform:
- ubuntu-16.04
- ubuntu-20.04
- ubuntu-latest # ubuntu-18.04
- macos-latest # macOS-10.14
- windows-2016
- windows-latest # windows-2019
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, pypy2, pypy3]

Expand Down

0 comments on commit 4300237

Please sign in to comment.