Skip to content

Commit

Permalink
tox: Update a text constant for grep
Browse files Browse the repository at this point in the history
mesage ID seems to have changed
  • Loading branch information
atodorov committed Nov 11, 2021
1 parent ec60ad4 commit 1b7917d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ requires =

[testenv]
commands =
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\'
django_is_installed: pylint --load-plugins=pylint_django --disable=E5110 setup.py
flake8: flake8
pylint: pylint --rcfile=tox.ini -d missing-docstring,too-many-branches,too-many-return-statements,too-many-ancestors,fixme --ignore=tests pylint_django setup
Expand Down

0 comments on commit 1b7917d

Please sign in to comment.