We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: