#3336 closed defect (fixed)

Move the Python 3.6 job from TravisCI to another CI provider

Reported by: exarkun Owned by: GitHub <noreply@…>
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 (3)

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

comment:2 Changed at 2020-08-10T14:41:39Z by exarkun

  • Keywords review added

comment:3 Changed at 2020-08-11T23:10:38Z by GitHub <noreply@…>

  • Owner set to GitHub <noreply@…>
  • Resolution set to fixed
  • Status changed from new to closed

In 726dfb4/trunk:

Merge pull request #747 from tahoe-lafs/3336.py36-off-travis

Move Python 3.6 CI onto CircleCI

Fixes: ticket:3336

Note: See TracTickets for help on using tickets.