tox-gh-actions

Seamless integration of tox into GitHub Actions for tox 3 and 4

MIT License

Downloads
458K
Stars
246
Committers
13
tox-gh-actions - v2.3.0

Published by ymyzk almost 4 years ago

  • 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
tox-gh-actions - v2.2.0

Published by ymyzk almost 4 years ago

  • 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
tox-gh-actions - v2.1.0

Published by ymyzk about 4 years ago

  • Add Python 3.9 support #33, #38
  • Improve README
tox-gh-actions - v2.0.0

Published by ymyzk about 4 years ago

  • 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
tox-gh-actions - v1.3.0

Published by ymyzk over 4 years ago

  • 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
tox-gh-actions - v1.2.0

Published by ymyzk over 4 years ago

  • Specify factors using environment variables #20
tox-gh-actions - v1.1.0

Published by ymyzk over 4 years ago

  • PyPy support #18
  • Add type hints #14
  • Refactoring #15 #17
tox-gh-actions - v1.0.0

Published by ymyzk over 4 years ago

  • 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.
tox-gh-actions - v0.3.0

Published by ymyzk almost 5 years ago

  • Python 3.8 support #7
  • Run tests on GitHub Actions #5
tox-gh-actions - v0.2.0

Published by ymyzk about 5 years ago

  • Improve an algorithm to match environments #4
  • Refactoring #2
  • Improve documentation
tox-gh-actions - v0.1.1

Published by ymyzk about 5 years ago

  • Fixed a typo in setup.cfg which blocked upload to PyPI
tox-gh-actions - v0.1.0

Published by ymyzk about 5 years ago

Initial release

Package Rankings
Top 2.68% on Pypi.org
Badges
Extracted from project README
PyPI version PyPI Supported Python Versions GitHub Actions (Tests) codecov
Related Projects