Skip to content

Commit ab47925

Browse files
authored
feat: Add tests for Celery 4.4 (getsentry#580)
1 parent 19200af commit ab47925

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ envlist =
2929

3030
{py3.5,py3.6,py3.7}-sanic-{0.8,18}
3131

32-
{pypy,py2.7,py3.5,py3.6,py3.7,py3.8}-celery-{4.1,4.2,4.3}
32+
{pypy,py2.7,py3.5,py3.6,py3.7,py3.8}-celery-{4.1,4.2,4.3,4.4}
3333
{pypy,py2.7}-celery-3
3434

3535
py2.7-beam-{2.12,2.13}
@@ -108,6 +108,7 @@ deps =
108108
celery-4.1: Celery>=4.1,<4.2
109109
celery-4.2: Celery>=4.2,<4.3
110110
celery-4.3: Celery>=4.3,<4.4
111+
celery-4.4: Celery>=4.4,<4.5
111112

112113
requests: requests>=2.0
113114

0 commit comments

Comments
 (0)