Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cd0f04c

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

File tree

2 files changed

+4
-0
lines changed
Filter options

2 files changed

+4
-0
lines changed

‎changelog.d/313.trivial.rst

Copy file name to clipboard
+3Lines 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

Copy file name to clipboardExpand all lines: tox.ini
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.