Skip to content

Commit fdfb4b9

Browse files
aerostitchatodorov
authored andcommitted
Switch to twine as recommended to check the rst doc.
1 parent 96bfc3c commit fdfb4b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ commands =
1717
django_is_installed: pylint --load-plugins=pylint_django setup.py
1818
flake8: flake8
1919
pylint: pylint --rcfile=tox.ini -d missing-docstring,too-many-branches,too-many-return-statements,too-many-ancestors,fixme --ignore=tests pylint_django setup
20-
readme: python setup.py check --restructuredtext --strict
20+
readme: python setup.py -q sdist && twine check dist/*
2121
py{36}-django{111,20,-master}: coverage run pylint_django/tests/test_func.py -v
2222
py{35,36,37}-django21: coverage run pylint_django/tests/test_func.py -v
2323
clean: find . -type f -name '*.pyc' -delete
@@ -28,7 +28,7 @@ deps =
2828
flake8: flake8
2929
pylint: pylint
3030
pylint: Django
31-
readme: readme_renderer
31+
readme: twine
3232
django111: Django>=1.11,<2.0
3333
django20: Django>=2.0,<2.1
3434
django21: Django>=2.1,<2.2

0 commit comments

Comments
 (0)