Changeset 2e67e07 in trunk
- Timestamp:
- 2021-03-31T20:42:39Z (4 years ago)
- Branches:
- master
- Children:
- d17f3d3
- Parents:
- 1351a62
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified .github/workflows/ci.yml ¶
r1351a62 r2e67e07 24 24 python-version: 25 25 - 2.7 26 27 # Also run coverage tests with Python 3.6. Expect failures on 28 # Windows, until we've had a chance to deal with them. 29 include: 30 - python-version: 3.6 31 os: 32 - macos-latest 33 - ubuntu-latest 26 - 3.6 27 exclude: 28 # Do not run coverage tests with Python 3.6 on Windows for 29 # now. They will fail. Dealing with them separately would 30 # be simpler. 34 31 - python-version: 3.6 35 32 os: windows-latest 36 experimental: true37 33 38 34 steps:
Note: See TracChangeset
for help on using the changeset viewer.