Drop Python 2.7 tests

This commit is contained in:
Cristi Vîjdea
2020-02-17 03:40:00 +02:00
parent 7491d330a8
commit 8aa255cf56
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -1,6 +1,5 @@
language: python
python:
- '2.7'
- '3.6'
- '3.7'
- '3.8'
-2
View File
@@ -5,8 +5,6 @@ isolated_build_env = .package
# https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
envlist =
py27-django111-drf39-typing,
py27-django111-drf{38,39},
py36-django{111,22}-drf{38,39},
py37-django22-drf{38,39,310,311},
py38-django{22,3}-drf{310,311},