Skip to content

Commit 7022cd8

Browse files
committed
chore: Remove failing Django test from CI
There is actually no point in testing it.
1 parent 867beae commit 7022cd8

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
@@ -21,7 +21,8 @@ envlist =
2121
# {py2.7,py3.7}-django-{1.11,2.2}
2222

2323
{pypy,py2.7}-django-{1.6,1.7}
24-
{pypy,py2.7,py3.5}-django-{1.8,1.9,1.10,1.11}
24+
{pypy,py2.7,py3.5}-django-{1.8,1.9,1.10}
25+
{pypy,py2.7}-django-{1.8,1.9,1.10,1.11}
2526
{py3.5,py3.6,py3.7}-django-{2.0,2.1}
2627
{py3.7,py3.8,py3.9}-django-{2.2,3.0,3.1,dev}
2728

0 commit comments

Comments
 (0)