tox: 'twine check' already checks RST, don't need to do it again
This commit is contained in:
parent
532abbcaf6
commit
7059296312
4
tox.ini
4
tox.ini
@ -48,8 +48,6 @@ commands = pip wheel -w {envtmpdir}/build --no-deps .
|
|||||||
|
|
||||||
[testenv:bdist]
|
[testenv:bdist]
|
||||||
deps =
|
deps =
|
||||||
pygments
|
|
||||||
docutils
|
|
||||||
setuptools
|
setuptools
|
||||||
wheel
|
wheel
|
||||||
skip_install = true
|
skip_install = true
|
||||||
@ -59,8 +57,6 @@ install_command =
|
|||||||
whitelist_externals =
|
whitelist_externals =
|
||||||
rm
|
rm
|
||||||
commands =
|
commands =
|
||||||
# check metadata and rst long_description
|
|
||||||
python setup.py check --restructuredtext --strict
|
|
||||||
# clean up build/ and dist/ folders
|
# clean up build/ and dist/ folders
|
||||||
python -c 'import shutil; shutil.rmtree("dist", ignore_errors=True)'
|
python -c 'import shutil; shutil.rmtree("dist", ignore_errors=True)'
|
||||||
python setup.py clean --all
|
python setup.py clean --all
|
||||||
|
Loading…
x
Reference in New Issue
Block a user