Opened at 2020-07-03T12:10:12Z
Closed at 2020-07-16T00:11:44Z
#3325 closed enhancement (fixed)
Add py36 to CI
Reported by: | chadwhitacre | Owned by: | chadwhitacre |
---|---|---|---|
Priority: | normal | Milestone: | Support Python 3 |
Component: | dev-infrastructure | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description (last modified by chadwhitacre)
Acceptance
- py36 is included in the test matrix for Travis (other CI services are out of scope for now).
- The test suite under py36 runs to completion (no install/setup errors), but failures are not cause for CI failure.
- Tests that pass under py36 are tracked and any variance is cause for CI failure.
- The rest of CI still works.
Change History (8)
comment:1 Changed at 2020-07-03T14:39:10Z by chadwhitacre
- Description modified (diff)
comment:2 Changed at 2020-07-03T21:53:47Z by chadwhitacre
comment:3 Changed at 2020-07-03T21:54:46Z by chadwhitacre
- Description modified (diff)
comment:4 Changed at 2020-07-13T11:21:34Z by chadwhitacre
- Description modified (diff)
- Summary changed from Add py38 to CI to Add py36 to CI
comment:5 Changed at 2020-07-14T12:42:24Z by exarkun
comment:6 Changed at 2020-07-14T12:42:30Z by exarkun
- Keywords review added
comment:7 Changed at 2020-07-14T14:06:31Z by exarkun
- Keywords review removed
- Owner set to chadwhitacre
comment:8 Changed at 2020-07-16T00:11:44Z by GitHub <noreply@…>
- Resolution set to fixed
- Status changed from new to closed
In 0ce6e56/trunk:
Note: See
TracTickets for help on using
tickets.
PR in https://github.com/tahoe-lafs/tahoe-lafs/pull/734.