This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
Releases: tox-dev/tox-travis
Releases · tox-dev/tox-travis
0.12
0.11
0.10
- Deprecate the After All feature. (#93)
Travis now has Build Stages, which are a better solution.
thanks to @rpkilby for the review.
0.9
- Allow PyPy3 support to work with PyPy3 5.5 (#66).
thanks to @kirbyfan64 for the pull request. - Move toxenv to tox_configure hook (#78).
thanks to @rpkilby for the pull request demonstrating the idea. - Respect Tox config file CLI option (#59).
thanks to @giginet for the bug report. - Move the project into the
tox-dev
GitHub organization.
thanks to @obestwalter for bringing it up, and @rpkilby for helping fix references to the old location. - Various refactors and test improvements.
thanks to @jdufresne for several pull requests and @rpkilby for many reviews. - Only deploy the universal wheel to PyPI (#87).
Due to a deployment bug, a version-specific egg was released, along with the intended sdist and wheel. The sdist has also been abandoned for release.