Skip to content

Commit

Permalink
Drop django22-drf310 config
Browse files Browse the repository at this point in the history
  • Loading branch information
axnsan12 committed Oct 25, 2020
1 parent 8501017 commit c297639
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ isolated_build_env = .package

# https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
envlist =
py{36,37,38,39}-django{22,30}-drf{310,311,312},
# tests with drf 3.10 apparently only work on django 3.0
py{36,37,38,39}-django22-drf{311,312},
py{36,37,38,39}-django30-drf{310,311,312},
py{36,37,38,39}-django31-drf{311,312},
djmaster, lint, docs
skip_missing_interpreters = true
Expand Down

0 comments on commit c297639

Please sign in to comment.