Skip to content

Commit 8aa255c

Browse files
committed
Drop Python 2.7 tests
1 parent 7491d33 commit 8aa255c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: python
22
python:
3-
- '2.7'
43
- '3.6'
54
- '3.7'
65
- '3.8'

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ isolated_build_env = .package
55

66
# https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
77
envlist =
8-
py27-django111-drf39-typing,
9-
py27-django111-drf{38,39},
108
py36-django{111,22}-drf{38,39},
119
py37-django22-drf{38,39,310,311},
1210
py38-django{22,3}-drf{310,311},

0 commit comments

Comments
 (0)