Skip to content

Commit 03a3579

Browse files
committed
ci: Remove Django 1.10 from versions being tested.
1 parent 9dff069 commit 03a3579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Taken from:
44
# https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
55
envlist =
6-
py{35,36}-django{110,111}-{sqlite,postgres},
6+
py{35,36}-django{111}-{sqlite,postgres},
77
py{35,36,37,38,39}-django{20}-{sqlite,postgres},
88
py{35,36,37,38,39}-django{21,22}-{sqlite,postgres},
99
py{36,37,38,39,310}-django{30,31,32}-{sqlite,postgres},

0 commit comments

Comments
 (0)