Skip to content

Commit 784811e

Browse files
committed
Add new versions
1 parent b788e34 commit 784811e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ matrix:
3737
python: 3.7
3838
- env: TOX_ENV=py38-djmaster
3939
python: 3.8
40+
- env: TOX_ENV=py39-djmaster
41+
python: 3.9
42+
- env: TOX_ENV=py310-djmaster
43+
python: 3.10
4044
allow_failures:
4145
- env: TOX_ENV=py36-djmaster
4246
- env: TOX_ENV=py37-djmaster

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ basepython =
1212
py36: python3.6
1313
py37: python3.7
1414
py38: python3.8
15+
py39: python3.9
16+
py310: python3.10
1517
deps =
1618
dj111: Django>=1.11,<2.0
1719
dj22: Django>=2.2,<3.0

0 commit comments

Comments
 (0)