Changes between Initial Version and Version 1 of Ticket #3336
- Timestamp:
- 2020-07-17T17:23:35Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3336
- Property 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
-
Ticket #3336 – Description
initial v1 5 5 {{{ 6 6 - os: linux 7 python: '3. 5'8 env: T=py3 57 python: '3.6' 8 env: T=py36 9 9 }}} 10 10 11 Gives us some static-ish checks on Python 3 (note also that https://github.com/tahoe-lafs/tahoe-lafs/pull/734, currently in progress, switches it from Python 3.5 to Python 3.8).11 Gives us the start of our Python 3 CI. 12 12 13 13 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.