Skip to content

Releases: tox-dev/tox-travis

0.12

14 Mar 18:41
de62ecd
Compare
Choose a tag to compare
  • Fix reading envlist from setup.cfg (#110).
    thanks to @voronind for the pull request.
  • Add docs and tests to sdist (#121).
    thanks to @jayvdb for the pull request.
  • Release an sdist in addition to the wheel.

0.11

21 Sep 20:44
f1f5533
Compare
Choose a tag to compare
  • Drop support for Python 3.2 and 3.3 (#113).
  • Fix autogen_configs for tox 3.4.0 (#115).
  • Various documentation fixes.

0.10

13 Nov 21:55
6059900
Compare
Choose a tag to compare
  • Deprecate the After All feature. (#93)
    Travis now has Build Stages, which are a better solution.
    thanks to @rpkilby for the review.

0.9

12 Nov 06:29
3637be9
Compare
Choose a tag to compare
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.