8000 fix: Do not test Django 2.2+ with Python 3.5 · getsentry/sentry-python@37e1113 · GitHub
[go: up one dir, main page]

Skip to content

Commit 37e1113

Browse files
committed
fix: Do not test Django 2.2+ with Python 3.5
Django 2.2 still supports 3.5 but it doesn't seem to work in Travis due to an outdated sqlite version. Django dev requires 3.6+
1 parent db6d251 commit 37e1113

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
@@ -13,7 +13,8 @@ envlist =
1313
# === Integrations ===
1414
# Formatting: 1 blank line between different integrations.
1515

16-
{py3.5,py3.6,py3.7}-django-{2.0,2.1,2.2,dev}
16+
{py3.6,py3.7}-django-{2.2,dev}
17+
{py3.5,py3.6,py3.7}-django-{2.0,2.1}
1718
{pypy,py2.7,py3.5}-django-1.11
1819
{pypy,py2.7,py3.4,py3.5}-django-{1.8,1.9,1.10}
1920
{pypy,py2.7,py3.4}-django-1.7

0 commit comments

Comments
 (0)
0