8000 Join stages docs and readme · marknet15/github3.py@8d78769 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d78769

Browse files
committed
Join stages docs and readme
1 parent 3fa6123 commit 8d78769

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

tox.ini

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,11 @@ commands =
7171
deps =
7272
sphinx >= 4.2.0
7373
sphinx_rtd_theme
74+
twine >= 3.4.2
7475
.
7576
commands =
7677
sphinx-build -E -W -c docs/source/ -b html docs/source/ docs/build/html
77-
78-
[testenv:readme]
79-
deps =
80-
readme_renderer
81-
twine >= 3.4.2
82-
commands =
83-
twine check --strict dist/*
78+
twine check --strict {distdir}/*
8479

8580
[pytest]
8681
addopts = -q

0 commit comments

Comments
 (0)
0