Use twine check instead of setup.py check
This commit is contained in:
@@ -2,7 +2,8 @@
|
|||||||
Sphinx>=1.7.0
|
Sphinx>=1.7.0
|
||||||
sphinx_rtd_theme>=0.2.4
|
sphinx_rtd_theme>=0.2.4
|
||||||
Pillow>=4.3.0
|
Pillow>=4.3.0
|
||||||
readme_renderer>=17.2
|
readme_renderer[md]>=24.0
|
||||||
|
twine>=1.12.1
|
||||||
|
|
||||||
Django>=2.0
|
Django>=2.0
|
||||||
djangorestframework_camel_case>=0.2.0
|
djangorestframework_camel_case>=0.2.0
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ commands =
|
|||||||
deps =
|
deps =
|
||||||
-r requirements/docs.txt
|
-r requirements/docs.txt
|
||||||
commands =
|
commands =
|
||||||
python setup.py check --restructuredtext --metadata --strict
|
twine check .tox/dist/*
|
||||||
sphinx-build -WnEa -b html docs docs/_build/html
|
sphinx-build -WnEa -b html docs docs/_build/html
|
||||||
|
|
||||||
[pytest]
|
[pytest]
|
||||||
|
|||||||
Reference in New Issue
Block a user