Opened at 2020-07-07T12:41:05Z
Last modified at 2020-08-11T23:10:38Z
#3336 closed defect
Move the Python 3.6 job from TravisCI to another CI provider — at Version 1
Reported by: | exarkun | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | unknown | Version: | n/a |
Keywords: | review | Cc: | |
Launchpad Bug: |
Description (last modified by exarkun)
This is part of an overall goal to stop using TravisCI entirely.
The TravisCI job represented by this matrix item:
- os: linux python: '3.6' env: T=py36
Gives us the start of our Python 3 CI.
These checks aren't run anywhere else on our CI system. Set up a new job on one of our more preferred CI providers that performs this task and delete the corresponding TravisCI configuration.
Change History (1)
comment:1 Changed at 2020-07-17T17:23:35Z by exarkun
- Description modified (diff)
- Summary changed from Move the Python 3 lint-y job from TravisCI to another CI provider to Move the Python 3.6 job from TravisCI to another CI provider
Note: See
TracTickets for help on using
tickets.