mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 19:34:18 +00:00
Expect coverage tests to fail on Python 3.6 + Windows
This commit is contained in:
parent
dd3b95a0bd
commit
1351a62ac4
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -23,7 +23,17 @@ jobs:
|
||||
- ubuntu-latest
|
||||
python-version:
|
||||
- 2.7
|
||||
- 3.6
|
||||
|
||||
# Also run coverage tests with Python 3.6. Expect failures on
|
||||
# Windows, until we've had a chance to deal with them.
|
||||
include:
|
||||
- python-version: 3.6
|
||||
os:
|
||||
- macos-latest
|
||||
- ubuntu-latest
|
||||
- python-version: 3.6
|
||||
os: windows-latest
|
||||
experimental: true
|
||||
|
||||
steps:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user