Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cd0f04c

Browse files
authored
Merge pull request #313 from tomschr/feature/tox-changelog
Tox: skip installation for changelog target
2 parents 02418ce + 40c26e5 commit cd0f04c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

changelog.d/313.trivial.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Correct :file:`tox.ini` for ``changelog`` entry to skip
2+
installation for semver. This should speed up the execution
3+
of towncrier.

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ commands =
103103
[testenv:changelog]
104104
description = Run towncrier to check, build, or create the CHANGELOG.rst
105105
basepython = python3
106+
skip_install = true
106107
deps =
107108
git+https://github.com/twisted/towncrier.git
108109
commands =

0 commit comments

Comments
 (0)