Use twine check instead of setup.py check

master
Cristi Vîjdea 2018-12-19 21:41:39 +02:00
parent a24070446a
commit cf4106f8f7
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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]