Skip to content

Commit 3bc44a6

Browse files
atodorovcarlio
authored andcommitted
Fix quotes in tox.ini
1 parent 3f89f8e commit 3bc44a6

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
@@ -21,7 +21,7 @@ commands =
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
24-
readme: bash -c \'python setup.py -q sdist && twine check dist/*\'
24+
readme: bash -c "python setup.py -q sdist && twine check dist/*"
2525
py{36}-django{111,20,-master}: coverage run pylint_django/tests/test_func.py -v
2626
py{36,37,38,39}-django{22,30,31,32}: coverage run pylint_django/tests/test_func.py -v
2727
clean: find . -type f -name '*.pyc' -delete

0 commit comments

Comments
 (0)