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 ec60ad4 commit 1b7917dCopy full SHA for 1b7917d
tox.ini
@@ -17,7 +17,7 @@ requires =
17
18
[testenv]
19
commands =
20
- django_not_installed: bash -c \'pylint --load-plugins=pylint_django setup.py | grep django-not-available\'
+ django_not_installed: bash -c \'pylint --load-plugins=pylint_django setup.py | grep django-not-configured\'
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
0 commit comments