Skip to content

Commit

Permalink
Fix quotes in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Nov 11, 2021
1 parent 632b1f2 commit dff530e
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 @@ -21,7 +21,7 @@ commands =
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
readme: bash -c \'python setup.py -q sdist && twine check dist/*\'
readme: bash -c "python setup.py -q sdist && twine check dist/*"
py{36}-django{111,20,-master}: coverage run pylint_django/tests/test_func.py -v
py{36,37,38,39}-django{22,30,31,32}: coverage run pylint_django/tests/test_func.py -v
clean: find . -type f -name '*.pyc' -delete
Expand Down

0 comments on commit dff530e

Please sign in to comment.