Skip to content

Releases: ymyzk/tox-gh-actions

v2.3.0

31 Dec 02:18
69af712
Compare
Choose a tag to compare
  • Minor versions of PyPy are supported in the python configuration. For example, keys like pypy-2.7 and pypy-3.7 are supported in addition to pypy2 and pypy3. #49, #50
  • The python configuration supports versions only with a major part. For example, keys like 2 and 3 are supported. #51
  • testing extras_require doesn't try to install black on PyPy #51

v2.2.0

24 Nov 15:16
d987257
Compare
Choose a tag to compare
  • Improve logging and explain how to investigate in README #46
  • Test tox-gh-actions on more various environments #41
  • Create tox-gh-actions' packages using Python 3.9 #42
  • Introduce black #43

v2.1.0

08 Oct 13:01
Compare
Choose a tag to compare
  • Add Python 3.9 support #33, #38
  • Improve README

v2.0.0

04 Oct 09:46
0f9f5f4
Compare
Choose a tag to compare
  • 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 of GITHUB_ACTION for enabling tox-gh-actions. #35
  • Support GitHub Actions log lines grouping #36
  • Add pytest-cov #28
  • Improve documentation

v1.3.0

21 Jun 13:25
cf93199
Compare
Choose a tag to compare
  • Add tox 3.12.x support #25
  • Use actions/setup-python@v2 for both README and tox-gh-actions #26
  • Run tests with various tox versions #27

v1.2.0

22 Mar 12:32
db91d92
Compare
Choose a tag to compare
  • Specify factors using environment variables #20

v1.1.0

07 Mar 13:32
Compare
Choose a tag to compare

v1.0.0

29 Feb 08:45
Compare
Choose a tag to compare
  • Bumped the major version to v1. We'll use the semantic versioning.
  • Minor changes in documentation, logging, configuration.
  • No breaking changes since v0.3.0.

v0.3.0

09 Nov 07:30
48fc849
Compare
Choose a tag to compare
  • Python 3.8 support #7
  • Run tests on GitHub Actions #5

v0.2.0

17 Sep 14:17
Compare
Choose a tag to compare
  • Improve an algorithm to match environments #4
  • Refactoring #2
  • Improve documentation