We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 632b1f2 commit dff530eCopy full SHA for dff530e
tox.ini
@@ -21,7 +21,7 @@ commands =
21
django_is_installed: pylint --load-plugins=pylint_django --disable=E5110 setup.py
22
flake8: flake8
23
pylint: pylint --rcfile=tox.ini -d missing-docstring,too-many-branches,too-many-return-statements,too-many-ancestors,fixme --ignore=tests pylint_django setup
24
- readme: bash -c \'python setup.py -q sdist && twine check dist/*\'
+ readme: bash -c "python setup.py -q sdist && twine check dist/*"
25
py{36}-django{111,20,-master}: coverage run pylint_django/tests/test_func.py -v
26
py{36,37,38,39}-django{22,30,31,32}: coverage run pylint_django/tests/test_func.py -v
27
clean: find . -type f -name '*.pyc' -delete
0 commit comments