Drop Python 2.7 tests
parent
7491d330a8
commit
8aa255cf56
|
|
@ -1,6 +1,5 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- '2.7'
|
|
||||||
- '3.6'
|
- '3.6'
|
||||||
- '3.7'
|
- '3.7'
|
||||||
- '3.8'
|
- '3.8'
|
||||||
|
|
|
||||||
2
tox.ini
2
tox.ini
|
|
@ -5,8 +5,6 @@ isolated_build_env = .package
|
||||||
|
|
||||||
# https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
|
# https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
|
||||||
envlist =
|
envlist =
|
||||||
py27-django111-drf39-typing,
|
|
||||||
py27-django111-drf{38,39},
|
|
||||||
py36-django{111,22}-drf{38,39},
|
py36-django{111,22}-drf{38,39},
|
||||||
py37-django22-drf{38,39,310,311},
|
py37-django22-drf{38,39,310,311},
|
||||||
py38-django{22,3}-drf{310,311},
|
py38-django{22,3}-drf{310,311},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue