Skip to content

Commit fa6018b

Browse files
committed
Drop Django 1.11 from tests for now.
1 parent a78e310 commit fa6018b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55

66
[tox]
77
isolated_build = true
8-
envlist = django{111,20,21,22,30,31,32}
8+
envlist = django{20,21,22,30,31,32}
99

1010
[testenv]
1111
whitelist_extenals = poetry
1212
deps =
1313
pytest
1414
pydantic[email]
15-
django111: Django >=1.11, < 2.0
1615
django20: Django >=2.0, < 2.1
1716
django21: Django >=2.1, < 2.2
1817
django22: Django >=2.2, < 3.0

0 commit comments

Comments
 (0)