Skip to content

Commit 58f3fb9

Browse files
committed
test: Add RQ 1.3 to test matrix
1 parent 909ecaa commit 58f3fb9

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
@@ -42,7 +42,7 @@ envlist =
4242
{pypy,py2.7,py3.5,py3.6,py3.7,py3.8}-pyramid-{1.3,1.4,1.5,1.6,1.7,1.8,1.9,1.10}
4343

4444
{pypy,py2.7,py3.5,py3.6}-rq-{0.6,0.7,0.8,0.9,0.10,0.11}
45-
{pypy,py2.7,py3.5,py3.6,py3.7,py3.8}-rq-{0.12,0.13,1.0,1.1,1.2}
45+
{pypy,py2.7,py3.5,py3.6,py3.7,py3.8}-rq-{0.12,0.13,1.0,1.1,1.2,1.3}
4646

4747
py3.7-aiohttp-3.5
4848
py{3.7,3.8}-aiohttp-3.6
@@ -147,6 +147,7 @@ deps =
147147
rq-1.0: rq>=1.0,<1.1
148148
rq-1.1: rq>=1.1,<1.2
149149
rq-1.2: rq>=1.2,<1.3
150+
rq-1.3: rq>=1.3,<1.4
150151

151152
aiohttp-3.4: aiohttp>=3.4.0,<3.5.0
152153
aiohttp-3.5: aiohttp>=3.5.0,<3.6.0

0 commit comments

Comments
 (0)