Skip to content

Commit

Permalink
Drop Python 2.7 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
axnsan12 committed Feb 17, 2020
1 parent 7491d33 commit 8aa255c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- '2.7'
- '3.6'
- '3.7'
- '3.8'
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit 8aa255c

Please sign in to comment.