Skip to content

Commit 51ca463

Browse files
committed
Merge branch 'tox31'
2 parents 1dbc0f0 + 44e26c2 commit 51ca463

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
envlist =
33
py{36,37}-django22-{mysql,postgres}
44
py{36,37}-django30-{mysql,postgres}
5+
py{37,38}-django31-{mysql,postgres}
56

67
[testenv]
78
commands = coverage run runtests/manage.py test -v3 --noinput actstream testapp testapp_nested
89

910
deps =
1011
coverage>=4.5.1
1112
django22: Django>=2.2,<3.0
12-
django30: Django>=3.0,<4.0
13+
django30: Django>=3.0,<3.1
14+
django30: Django>=3.1,<3.2
1315
mysql: mysqlclient>=1.4.2,<1.5
1416
mysql: django-mysql>=2.4.1
1517
postgres,sqlite: django-jsonfield>=1.0.1

0 commit comments

Comments
 (0)