Skip to content

Commit

Permalink
Don't run mypy on older versions of Django
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Dec 13, 2023
1 parent 22770e6 commit f99bdda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ DJANGO_SETTINGS_MODULE = tests.settings

[tox]
envlist =
py{37,38}-dj{22}-drf{38,39,310,311}-{pytest,mypy}
py{37,38}-dj{30}-drf{310,311}-{pytest,mypy}
py{37,38,39,310,311}-dj{31,32}-drf{311,312,313,314}-{pytest,mypy}
py{38,39,310,311}-dj{40,41}-drf{313,314}-{pytest,mypy}
py{37,38}-dj{22}-drf{38,39,310,311}-pytest
py{37,38}-dj{30}-drf{310,311}-pytest
py{37,38,39,310,311}-dj{31,32}-drf{311,312,313,314}-pytest
py{38,39,310,311}-dj{40,41}-drf{313,314}-pytest
py{38,39,310,311}-dj{42}-drf{314}-{pytest,mypy}
skip_missing_interpreters = true

Expand Down

0 comments on commit f99bdda

Please sign in to comment.