Run tests on Windows with Python 3.

This commit is contained in:
Itamar Turner-Trauring 2021-05-25 14:12:40 -04:00
parent 2c7a4c7e07
commit 39334ebc42
1 changed files with 1 additions and 5 deletions

View File

@ -18,6 +18,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: os:
- windows-latest
- macos-latest - macos-latest
- ubuntu-latest - ubuntu-latest
python-version: python-version:
@ -26,11 +27,6 @@ jobs:
- 3.7 - 3.7
- 3.8 - 3.8
- 3.9 - 3.9
include:
# For now we're only doing Windows on 2.7, will be fixed in
# https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3701
- os: windows-latest
python-version: 2.7
steps: steps:
# See https://github.com/actions/checkout. A fetch-depth of 0 # See https://github.com/actions/checkout. A fetch-depth of 0