Hi all,

The tox team is proud to announce the tox 2.8 release!

tox aims to automate and standardize testing in Python. It is part of a larger vision of easing the packaging, testing and release process of Python software.

We closed 43 issues and merged 33 pull requests. Details about the changes can be found in the CHANGELOG:

    https://pypi.org/project/tox/#changelog-last-5-releases-full-changelog

For complete documentation, please visit:

    https://tox.readthedocs.io

As usual, you can upgrade from pypi via:

    pip install --upgrade tox

or - if you also want to get pre relase versions:

    pip install -upgrade --pre tox

We want to thank everyone who contributed to this release in whatever form. It's not just the code you know?

Happy testing,
the tox team