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
Right now, we add new versions of integrations to test against to tox.ini whenever someone notices there has been a release (not very often).
tox.ini
Write a script that instead does this automatically:
scripts/split-tox-gh-actions/split-tox-gh-actions.py
The text was updated successfully, but these errors were encountered:
sentrivana
No branches or pull requests
Right now, we add new versions of integrations to test against to
tox.ini
whenever someone notices there has been a release (not very often).Write a script that instead does this automatically:
tox.ini
to figure out the lowest supported version of each integration (i.e., the lowest version we test with)tox.ini
with the new targetsscripts/split-tox-gh-actions/split-tox-gh-actions.py
)The text was updated successfully, but these errors were encountered: