Skip to content

release 3.16.0 #1607

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,30 @@ with advance notice in the **Deprecations** section of releases.

.. towncrier release notes start

v3.16.0 (2020-06-26)
--------------------

Features
^^^^^^^^

- Allow skipping the package and installation step when passing the ``--skip-pkg-install``. This should be used in pair with the ``--notest``, so you can separate environment setup and test run:

.. code-block:: console

tox -e py --notest
tox -e py --skip-pkg-install

by :user:`gaborbernat`.
`#1605 <https://github.com/tox-dev/tox/issues/1605>`_


Miscellaneous
^^^^^^^^^^^^^

- Improve config parsing performance by precompiling commonly used regular expressions - by :user:`brettlangdon`
`#1603 <https://github.com/tox-dev/tox/issues/1603>`_


v3.15.2 (2020-06-06)
--------------------

Expand Down
1 change: 0 additions & 1 deletion docs/changelog/1603.misc.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/changelog/1605.feature.rst

This file was deleted.