Releases: ymyzk/tox-gh-actions
Releases · ymyzk/tox-gh-actions
v2.3.0
- Minor versions of PyPy are supported in the
python
configuration. For example, keys likepypy-2.7
andpypy-3.7
are supported in addition topypy2
andpypy3
. #49, #50 - The
python
configuration supports versions only with a major part. For example, keys like2
and3
are supported. #51 testing
extras_require doesn't try to install black on PyPy #51
v2.2.0
v2.1.0
v2.0.0
- Breaking change: When a list of environments to run is specified explicitly, tox-gh-actions now respects it and simply run the given environments without enforcing tox-gh-actions' configuration. #37
- Breaking change: Use
GITHUB_ACTIONS
environment variable instead ofGITHUB_ACTION
for enabling tox-gh-actions. #35 - Support GitHub Actions log lines grouping #36
- Add pytest-cov #28
- Improve documentation