Skip to content

Commit 3a03b19

Browse files
committed
Tests: run Django 3.2 first
Update tox.ini for Django 3.2 release
1 parent 0a4a2cf commit 3a03b19

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
@@ -3,17 +3,17 @@ envlist =
33
# Factors: django-python-extras
44
# Test these environments first, to catch most errors early...
55
lint
6-
django31-py39-all
6+
django32-py39-all
77
django20-py35-all
88
docs
99
# ... then test all the other supported combinations:
10-
django31-py{36,37,38,py3}-all
10+
django32-py{36,37,38,py3}-all
11+
django31-py{36,37,38,39,py3}-all
1112
django30-py{36,37,38,39,py3}-all
1213
django22-py{35,36,37,38,39,py3}-all
1314
django21-py{35,36,37,py3}-all
1415
django20-py{36,py3}-all
1516
# ... then prereleases (if available):
16-
django32-py{36,37,38,39,py3}-all
1717
djangoDev-py{38,39,310,py3}-all
1818
# ... then partial installation (limit extras):
1919
django31-py37-{none,amazon_ses}

0 commit comments

Comments
 (0)