Skip to content

Commit a5b8428

Browse files
Apply suggestions from code review
1 parent 328c2dc commit a5b8428

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ envlist =
77
flake8
88
pylint
99
readme
10-
py{39}-django{22,30,31,32}
11-
py{39,310,311,312}-django{40,41,42}
10+
py{38,39}-django{22,30,31,32}
11+
py{38,39,310,311,312}-django{40,41,42}
1212
py{310,311,312,313}-django{50,51,-main}
1313

1414
requires =
@@ -21,7 +21,7 @@ commands =
2121
django_not_installed: bash pylint_django/tests/test_django_not_installed.sh
2222
pylint: pylint pylint_django
2323
readme: bash -c "poetry build && twine check dist/*"
24-
py{39,310,311,312,313}-django{22,30,31,32,40,41,42,50}: bash scripts/test.sh --cov=pylint_django
24+
py{38,39,310,311,312,313}-django{22,30,31,32,40,41,42,50}: bash scripts/test.sh --cov=pylint_django
2525
clean: find . -type f -name '*.pyc' -delete
2626
clean: find . -type d -name __pycache__ -delete
2727
clean: rm -rf build/ .cache/ dist/ .eggs/ pylint_django.egg-info/ .tox/

0 commit comments

Comments
 (0)