Skip to content

Commit 63e3525

Browse files
Drop testing Python 3.5 against Django master. (#6431)
Not supported in Django 3.0.
1 parent 2b62941 commit 63e3525

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ matrix:
1313
- { python: "3.5", env: DJANGO=2.0 }
1414
- { python: "3.5", env: DJANGO=2.1 }
1515
- { python: "3.5", env: DJANGO=2.2 }
16-
- { python: "3.5", env: DJANGO=master }
1716

1817
- { python: "3.6", env: DJANGO=1.11 }
1918
- { python: "3.6", env: DJANGO=2.0 }

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ envlist =
44
{py34,py35,py36,py37}-django20,
55
{py35,py36,py37}-django21
66
{py35,py36,py37}-django22
7-
{py35,py36,py37}-djangomaster,
7+
{py36,py37}-djangomaster,
88
base,dist,lint,docs,
99

1010
[travis:env]

0 commit comments

Comments
 (0)