Merge pull request #1025 from tahoe-lafs/3616.py36-on-github-actions

Run coverage tests with Python 3.6 on GitHub Actions

Fixes ticket:3616
This commit is contained in:
Sajith Sasidharan 2021-04-05 18:19:59 -04:00 committed by GitHub
commit 8073f3e65c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View File

@ -20,8 +20,19 @@ jobs:
os:
- macos-latest
- windows-latest
- ubuntu-latest
python-version:
- 2.7
- 3.6
exclude:
# Do not run coverage tests with Python 3.6 on Windows for
# now. They will fail. Dealing with them separately would
# be simpler.
#
# XXX: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3669
# should track the effort to add Windows to the test matrix.
- python-version: 3.6
os: windows-latest
steps:

0
newsfragments/3616.minor Normal file
View File