mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
Tests: run Django 3.2 first
Update tox.ini for Django 3.2 release
This commit is contained in:
6
tox.ini
6
tox.ini
@@ -3,17 +3,17 @@ envlist =
|
|||||||
# Factors: django-python-extras
|
# Factors: django-python-extras
|
||||||
# Test these environments first, to catch most errors early...
|
# Test these environments first, to catch most errors early...
|
||||||
lint
|
lint
|
||||||
django31-py39-all
|
django32-py39-all
|
||||||
django20-py35-all
|
django20-py35-all
|
||||||
docs
|
docs
|
||||||
# ... then test all the other supported combinations:
|
# ... then test all the other supported combinations:
|
||||||
django31-py{36,37,38,py3}-all
|
django32-py{36,37,38,py3}-all
|
||||||
|
django31-py{36,37,38,39,py3}-all
|
||||||
django30-py{36,37,38,39,py3}-all
|
django30-py{36,37,38,39,py3}-all
|
||||||
django22-py{35,36,37,38,39,py3}-all
|
django22-py{35,36,37,38,39,py3}-all
|
||||||
django21-py{35,36,37,py3}-all
|
django21-py{35,36,37,py3}-all
|
||||||
django20-py{36,py3}-all
|
django20-py{36,py3}-all
|
||||||
# ... then prereleases (if available):
|
# ... then prereleases (if available):
|
||||||
django32-py{36,37,38,39,py3}-all
|
|
||||||
djangoDev-py{38,39,310,py3}-all
|
djangoDev-py{38,39,310,py3}-all
|
||||||
# ... then partial installation (limit extras):
|
# ... then partial installation (limit extras):
|
||||||
django31-py37-{none,amazon_ses}
|
django31-py37-{none,amazon_ses}
|
||||||
|
|||||||
Reference in New Issue
Block a user