<div dir="ltr">The tox team is proud to announce the 3.0.0 release!<br><br>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.<br><br>This is a major breaking release mainly because we&#39;re dropping support of Python versions 2.6 and 3.3. <br><br>There are also some long awaited changes like making tox less chatty with one or several -q flags and added support for negated factor conditions. <br><br>All in all we closed 79 issues and 83 pull requests. Details about the changes can be found in the CHANGELOG: <a href="https://pypi.org/project/tox/3.0.0/#changelog">https://pypi.org/project/tox/3.0.0/#changelog</a><br><br>For the complete documentation, please visit <a href="https://tox.readthedocs.io/en/3.0.0">https://tox.readthedocs.io/en/3.0.0</a><br><br>As usual, you can upgrade from pypi via:<br><br>    pip install --upgrade tox<br><br>or - if you also want to get pre release versions:<br><br>    pip install -upgrade --pre tox<br><br>Many thanks to all present and past contributors to tox. Have a look at <a href="https://github.com/tox-dev/tox/blob/master/CONTRIBUTORS">https://github.com/tox-dev/tox/blob/master/CONTRIBUTORS</a> to see who contributed.<br><br>Happy toxing,<br>the tox-dev team<br></div>