mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Replace deprecated readme check
Make flake8 ignore build folders
This commit is contained in:
parent
c4934b4c96
commit
4a07cb35e4
1 changed files with 5 additions and 2 deletions
7
tox.ini
7
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 =
|
||||
|
|
@ -47,4 +49,5 @@ DJANGO =
|
|||
2.1: django21
|
||||
|
||||
[flake8]
|
||||
exclude = .cache,.git,.tox,build,dist
|
||||
max-line-length = 100
|
||||
|
|
|
|||
Loading…
Reference in a new issue