#3331 closed defect (fixed)

Get rid of the TravisCI Python 2.7 macOS CI job

Reported by: exarkun Owned by: GitHub <noreply@…>
Priority: normal Milestone: undecided
Component: unknown Version: n/a
Keywords: review Cc:
Launchpad Bug:

Description

This is part of an overall goal to stop using TravisCI entirely.

The TravisCI job represented by this matrix item:

  - os: osx
    python: '2.7'
    env: T=py27 LANG=en_US.UTF-8
    language: generic  # "python" is not available on OS-X

Gives us Python 2.7/macOS CI. This is duplicated by the GitHub? actions "macos-latest" matrix entry so we can simply delete it with no loss of coverage.

Change History (2)

comment:1 Changed at 2020-07-17T17:21:46Z by exarkun

  • Keywords review added

comment:2 Changed at 2020-07-20T15:13:27Z by GitHub <noreply@…>

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

In 52e745a/trunk:

Merge pull request #746 from tahoe-lafs/3330.remove-some-travis-config

Remove some TravisCI configuration

Fixes: ticket:3330
Fixes: ticket:3331
Fixes: ticket:3332
Fixes: ticket:3333
Fixes: ticket:3334
Fixes: ticket:3335

Note: See TracTickets for help on using tickets.