Skip to content

Commit 8369351

Browse files
committed
refactor test matrix
1 parent 5c8a6e5 commit 8369351

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

tox.ini

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,19 +70,19 @@ envlist =
7070

7171
py3.7-spark
7272

73+
{py3.5,py3.6,py3.7,py3.8}-pure_eval
74+
7375
[testenv]
7476
deps =
7577
-r test-requirements.txt
76-
77-
py3.{5,6,7,8}: pure_eval
7878

79-
django-{1.11,2.0,2.1,2.2,3.0,3.1,dev}: djangorestframework>=3.0.0,<4.0.0
80-
{py3.7,py3.8}-django-{1.11,2.0,2.1,2.2,3.0,3.1,dev}: channels>2
81-
{py3.7,py3.8}-django-{1.11,2.0,2.1,2.2,3.0,3.1,dev}: pytest-asyncio==0.10.0
82-
{py2.7,py3.7,py3.8}-django-{1.11,2.2,3.0,3.1,dev}: psycopg2-binary
79+
django-!{1.6,1.7,1.8,1.9,1.10}: djangorestframework>=3.0.0
80+
{py3.7,py3.8}-django-!{1.6,1.7,1.8,1.9,1.10}: channels>2
81+
{py3.7,py3.8}-django-!{1.6,1.7,1.8,1.9,1.10}: pytest-asyncio==0.10.0
82+
{py2.7,py3.7,py3.8}-django-!{1.6,1.7,1.8,1.9,1.10}: psycopg2-binary
8383

8484
django-{1.6,1.7,1.8}: pytest-django<3.0
85-
django-{1.9,1.10,1.11,2.0,2.1,2.2,3.0,3.1,dev}: pytest-django>=3.0
85+
django-!{1.6,1.7,1.8}: pytest-django>=3.0
8686

8787
django-1.6: Django>=1.6,<1.7
8888
django-1.7: Django>=1.7,<1.8
@@ -140,7 +140,7 @@ deps =
140140
# https://github.com/jamesls/fakeredis/issues/245
141141
rq-{0.6,0.7,0.8,0.9,0.10,0.11,0.12}: fakeredis<1.0
142142
rq-{0.6,0.7,0.8,0.9,0.10,0.11,0.12}: redis<3.2.2
143-
rq-{0.13,1.0,1.1,1.2,1.3,1.4,1.5}: fakeredis>=1.0
143+
rq-!{0.6,0.7,0.8,0.9,0.10,0.11,0.12}: fakeredis>=1.0
144144

145145
rq-0.6: rq>=0.6,<0.7
146146
rq-0.7: rq>=0.7,<0.8
@@ -187,6 +187,8 @@ deps =
187187

188188
py3.8: hypothesis
189189

190+
pure_eval: pure_eval
191+
190192
setenv =
191193
PYTHONDONTWRITEBYTECODE=1
192194
TESTPATH=tests

0 commit comments

Comments
 (0)