Skip to content

Commit 88030b3

Browse files
committed
🧪 (ctt) Test service integration flags in no_cli configuration
Add in_pypi, in_rtd, and in_codecov test flags to the no_cli output.
1 parent 7a80762 commit 88030b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ctt.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ format_tool = "black"
3737

3838
[output.".ctt/no_cli"]
3939
has_cli = false
40+
in_pypi = true
41+
in_rtd = true
42+
in_codecov = true
4043

4144
[output.".ctt/package_version_from_vcs"]
4245
get_package_version_from_vcs = true

0 commit comments

Comments
 (0)