mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Replace deprecated readme check
This commit is contained in:
parent
456ab03a7d
commit
165087c1ce
1 changed files with 4 additions and 2 deletions
6
tox.ini
6
tox.ini
|
|
@ -33,8 +33,10 @@ deps = flake8
|
|||
commands = flake8
|
||||
|
||||
[testenv:readme]
|
||||
deps = readme_renderer
|
||||
commands = python setup.py check --restructuredtext --strict
|
||||
deps = twine
|
||||
commands =
|
||||
{envpython} setup.py -q sdist bdist_wheel
|
||||
twine check dist/*
|
||||
|
||||
[travis:env]
|
||||
DJANGO =
|
||||
|
|
|
|||
Loading…
Reference in a new issue