Skip to content

Commit

Permalink
Drop Python 2.7 support in package configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Aug 29, 2019
1 parent 82672cb commit 89fff4c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 971 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ matrix:
include:
- python: "3.6"
env: TOXENV=lint-py36
- python: "2.7"
env: TOXENV=py27
- python: "2.7"
env: TOXENV=py27-zserver
- python: "3.5"
env: TOXENV=py35
- python: "3.6"
Expand All @@ -18,8 +14,6 @@ matrix:
- python: "3.8-dev"
env: TOXENV=py38
dist: xenial
allow_failures:
- env: TOXENV=py27-zserver

install:
- travis_retry pip install -U pip setuptools
Expand Down
Loading

0 comments on commit 89fff4c

Please sign in to comment.