Skip to content

Commit

Permalink
deprecate support for 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed Mar 14, 2021
1 parent 7bd074e commit 67c714b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
13 changes: 5 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,45 +1,42 @@
dist: trusty
dist: focal
language: python

matrix:
include:
- python: '2.7'
dist: bionic
env:
- COVERAGE="true"

- python: '3.6'
dist: xenial
env:
- COVERAGE="true"

- python: '3.7'
dist: xenial
env:

- python: '3.8'
dist: xenial
env:

- python: '3.9'
dist: xenial
env:

- python: '3.10-dev'
dist: xenial
env:

- python: 'nightly'
dist: xenial
env:

- python: 'pypy'
dist: xenial
env:

- python: 'pypy3'
dist: xenial
env:

allow_failures:
- python: '2.7'
- python: 'pypy'
- python: '3.10-dev'
- python: 'nightly'
fast_finish: true
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ skip_missing_interpreters=
True
envlist =
# py26
py27
# py27
# py33
# py34
# py35
Expand All @@ -12,7 +12,7 @@ envlist =
py38
py39
py310
pypy
# pypy
pypy3

[testenv]
Expand Down

0 comments on commit 67c714b

Please sign in to comment.