Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support more CI systems #9

Open
mgedmin opened this issue Apr 28, 2020 · 1 comment
Open

Support more CI systems #9

mgedmin opened this issue Apr 28, 2020 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@mgedmin
Copy link
Owner

mgedmin commented Apr 28, 2020

This bug is just here to indicate that I'm open to adding support for additional CI systems, especially if people send me pull requests ;)

Things like

Ideally I'd like several examples to see what the config files look like.

@mgedmin mgedmin added enhancement New feature or request help wanted Extra attention is needed labels Apr 28, 2020
@mgedmin
Copy link
Owner Author

mgedmin commented Nov 20, 2020

A bunch of ZopeFoundation repos are getting GitHub actions based on https://github.com/zopefoundation/meta/blob/master/config/default/tests.yml.in:

jobs:
  build:
    strategy:
      matrix:
        config:
        # [Python version, tox env]
        - ["3.8",   "lint"]
        - ["2.7",   "py27"]
        - ["3.5",   "py35"]
        - ["3.6",   "py36"]
        - ["3.7",   "py37"]
        - ["3.8",   "py38"]
        - ["3.9",   "py39"]
        - ["pypy2",   "pypy"]
        - ["pypy3",   "pypy3"]
        - ["3.8",   "coverage"]

One project that does this is zope.browser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant