Description/Motivation
Perform CI (with pytest+tox) on Github Action: (
Tests
You can see CI results on this (closed) PR/branch (on my fork repo): ci: add github-action support for utests #1
Discussions
- I have to remove python 3.4 because this python interpreter version isn't compatible with
tox-gh-actions
:
Future
- Propose a github action for C(ontinuous) D(elivry) on pypi to release and push pypi package from ffmpeg-python
- Adding some code quality tools/control like flake8, black, pylint, etc ... and perform this check/formatter with Github Action (on PR, commits with precommits, Release, etc ...)