Skip to content

Commit 6b742d0

Browse files
authored
Merge pull request #1607 from tox-dev/release-3.16.0
release 3.16.0
2 parents 7140ef8 + b86168b commit 6b742d0

File tree

3 files changed

+24
-9
lines changed

3 files changed

+24
-9
lines changed

docs/changelog.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,30 @@ with advance notice in the **Deprecations** section of releases.
1111

1212
.. towncrier release notes start
1313
14+
v3.16.0 (2020-06-26)
15+
--------------------
16+
17+
Features
18+
^^^^^^^^
19+
20+
- 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:
21+
22+
.. code-block:: console
23+
24+
tox -e py --notest
25+
tox -e py --skip-pkg-install
26+
27+
by :user:`gaborbernat`.
28+
`#1605 <https://github.com/tox-dev/tox/issues/1605>`_
29+
30+
31+
Miscellaneous
32+
^^^^^^^^^^^^^
33+
34+
- Improve config parsing performance by precompiling commonly used regular expressions - by :user:`brettlangdon`
35+
`#1603 <https://github.com/tox-dev/tox/issues/1603>`_
36+
37+
1438
v3.15.2 (2020-06-06)
1539
--------------------
1640

docs/changelog/1603.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/1605.feature.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)