Skip to content

Commit 8d0455a

Browse files
committed
Remove python 2 from testing config
1 parent 33b8a5a commit 8d0455a

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ sudo: required
66
cache: pip
77

88
python:
9-
- "2.7"
109
- "3.5"
1110
- "3.6"
1211
- "3.7"
@@ -25,14 +24,8 @@ matrix:
2524
exclude:
2625
- python: "3.7"
2726
env: DJANGO=1.11
28-
- python: "2.7"
29-
env: DJANGO=2.0
30-
- python: "2.7"
31-
env: DJANGO=2.1
3227
- python: "3.5"
3328
env: DJANGO=2.1
34-
- python: "2.7"
35-
env: DJANGO=master
3629
- python: "3.5"
3730
env: DJANGO=master
3831
- python: "3.6"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ addopts=--tb=short
33

44
[tox]
55
envlist =
6-
py{27,35,36}-django111-drf{35,36,37,38},
6+
py{35,36}-django111-drf{35,36,37,38},
77
py{35,36,37}-django20-drf{37,38},
88
py{36,37}-django21-drf{38,39},
99
py37-djangomaster-drf39,

0 commit comments

Comments
 (0)