Skip to content

Commit 1d7cc8a

Browse files
atodorovcarlio
authored andcommitted
tox: Update a text constant for grep
mesage ID seems to have changed
1 parent 0a9cb12 commit 1d7cc8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ requires =
1717

1818
[testenv]
1919
commands =
20-
django_not_installed: bash -c \'pylint --load-plugins=pylint_django setup.py | grep django-not-available\'
20+
django_not_installed: bash -c \'pylint --load-plugins=pylint_django setup.py | grep django-not-configured\'
2121
django_is_installed: pylint --load-plugins=pylint_django --disable=E5110 setup.py
2222
flake8: flake8
2323
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

Comments
 (0)