We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1dbc0f0 + 44e26c2 commit 51ca463Copy full SHA for 51ca463
tox.ini
@@ -2,14 +2,16 @@
2
envlist =
3
py{36,37}-django22-{mysql,postgres}
4
py{36,37}-django30-{mysql,postgres}
5
+ py{37,38}-django31-{mysql,postgres}
6
7
[testenv]
8
commands = coverage run runtests/manage.py test -v3 --noinput actstream testapp testapp_nested
9
10
deps =
11
coverage>=4.5.1
12
django22: Django>=2.2,<3.0
- django30: Django>=3.0,<4.0
13
+ django30: Django>=3.0,<3.1
14
+ django30: Django>=3.1,<3.2
15
mysql: mysqlclient>=1.4.2,<1.5
16
mysql: django-mysql>=2.4.1
17
postgres,sqlite: django-jsonfield>=1.0.1
0 commit comments