File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 11[testenv]
2+ description = perform primary checks (tests, style, types, coverage)
23deps =
34setenv =
45 PYTHONWARNDEFAULTENCODING = 1
@@ -9,6 +10,7 @@ extras =
910 testing
1011
1112[testenv:diffcov]
13+ description = run tests and check that diff from main is covered
1214deps =
1315 diff-cover
1416commands =
@@ -17,6 +19,7 @@ commands =
1719 diff-cover coverage.xml --compare-branch =origin/main --fail-under =100
1820
1921[testenv:docs]
22+ description = build the documentation
2023extras =
2124 docs
2225 testing
@@ -26,6 +29,7 @@ commands =
2629 python -m sphinxlint
2730
2831[testenv:finalize]
32+ description = assemble changelog and tag a release
2933skip_install = True
3034deps =
3135 towncrier
@@ -36,6 +40,7 @@ commands =
3640
3741
3842[testenv:release]
43+ description = publish the package to PyPI and GitHub
3944skip_install = True
4045deps =
4146 build
You can’t perform that action at this time.
0 commit comments