Remove Django 3.1 from Python 3.10 env in tox.

This commit is contained in:
Hasan Ramezani 2021-12-07 16:38:33 +01:00
parent fc5f8adef2
commit f513e948d6

View file

@ -1,7 +1,7 @@
[tox]
envlist =
py{36,37,38,39}-dj{22,31,32}
py310-dj{31,32}
py{36,37,38,39}-dj{22,31}
py{36,37,38,39,310}-dj32
py{38,39,310}-djmain
flake8
isort