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

test against all supported python versions via github actions #775

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

venthur
Copy link

@venthur venthur commented Jun 23, 2021

This PR adds github actions, to test on each pull and pull request against all supported python versions. For each version we run the respective tox -e XX and the flake8.

I took the liberty to remove all Python2.x versions, except the last one 2.7, and I removed all python3.x versions until 3.5 and added the most recent ones. So the currently supported versions are:
2.7, 3.5..3.9, pypy

I also removed the unneeded pypy-testenv in tox.ini which was identical with the default testenv for all other python versions.

I had to add a few flake8-exceptions due to the dual Python2/3 support. I suggest at some point to remove Python2 support completely.

All tests and flake8 runs currently pass on gitlab-ci with the supported python versions from above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant