Skip to content

Gh actions tests #9

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

Merged
merged 2 commits into from
Apr 5, 2021
Merged

Conversation

uniphil
Copy link
Contributor

@uniphil uniphil commented Apr 4, 2021

Follow-up to #8 -- switches CI to use Github Actions.

I tried to change as little as possible while still making it work:

  • Different python version specs are moved from tox.ini to CI config.
  • Ubuntu 18.04 is used since latest doesn't support python 3.4.
  • Flake8 complained about some test syntax, so that's fixed. (escaping the escape char for eg.,\\@)

Example run

@waylan
Copy link
Member

waylan commented Apr 5, 2021

As 3.4 and 3.5 are no longer supported by Python, I see no need to support them either. Let's drop them and then we don't need to do anything special to accommodate them. Also, the conflict needs to be resolved now that I've merged #8.

uniphil added 2 commits April 4, 2021 20:38
- Different python version specs are moved from `tox.ini` to CI config.
- Ubuntu 18.04 is used since `latest` doesn't support python 3.4.
- Flake8 complained about some test syntax, so that's fixed.
as requested, since they're no longer supported.
@uniphil uniphil force-pushed the gh-actions-tests branch from 3c833d8 to 8f23493 Compare April 5, 2021 00:40
@uniphil
Copy link
Contributor Author

uniphil commented Apr 5, 2021

awesome. done & done!

@waylan waylan merged commit 443f2e9 into Python-Markdown:master Apr 5, 2021
@uniphil uniphil deleted the gh-actions-tests branch April 5, 2021 01:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants