Skip to content

Commit 7daded0

Browse files
committed
something strange is happening with yaml parsing quoted values, so try without passing into bash instead
1 parent 55ca488 commit 7daded0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
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 --rcfile=tox.ini --load-plugins=pylint_django setup.py | grep django-not-configured\'
20+
django_not_installed: pylint --rcfile=tox.ini --load-plugins=pylint_django setup.py | grep django-not-configured
2121
django_is_installed: pylint --rcfile=tox.ini --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
@@ -48,7 +48,7 @@ setenv =
4848
PIP_DISABLE_PIP_VERSION_CHECK = 1
4949
PYTHONPATH = .
5050
allowlist_externals =
51-
django_not_installed: bash
51+
django_not_installed: pylint
5252
readme: bash
5353
py{36}-django{111,20,-main}: coverage
5454
py{36,37,38,39}-django{22,30,31,32}: coverage

0 commit comments

Comments
 (0)