8000 fix: Do not install Django-dev in py35 · tb-lib/sentry-python@367190f · GitHub
[go: up one dir, main page]

Skip to content

Commit 367190f

Browse files
committed
fix: Do not install Django-dev in py35
1 parent 53b7805 commit 367190f

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
@@ -10,7 +10,8 @@ envlist =
1010
pypy
1111

1212
# integrations
13-
{py3.5,py3.6,py3.7}-django-{2.0,2.1,dev}
13+
{py3.7,py3.8}-django-dev
14+
{py3.5,py3.6,py3.7}-django-{2.0,2.1}
1415
{pypy,py2.7,py3.5}-django-1.11
1516
{pypy,py2.7,py3.4,py3.5}-django-{1.8,1.9,1.10}
1617
{pypy,py2.7,py3.4,py3.5}-django-1.8

0 commit comments

Comments
 (0)
0