Skip to content

Commit

Permalink
Update travis configuration
Browse files Browse the repository at this point in the history
Drop unsupported versions of Python from the travis configuration
as well.
  • Loading branch information
tholo committed Mar 5, 2022
1 parent 92fcc57 commit 00971a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@ language: python
cache: pip
matrix:
include:
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
- python: 3.6
env: TOXENV=py36-pytesttrunk
- python: 3.6
env: TOXENV=py36-xdist
- python: 3.10
env: TOXENV=py310-pytesttrunk
- python: 3.10
env: TOXENV=py310-xdist
- python: 3.7
env: TOXENV=py37
- python: 3.8
Expand All @@ -19,7 +15,7 @@ matrix:
env: TOXENV=py39
- python: 3.10
env: TOXENV=py310
- python: pypy3.5-6.0
- python: pypy3
env: TOXENV=pypy3
install:
- pip install tox
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

- Drop Python 2 support and dependency on py; from @erikkemperman
- Stop testing on Python versions prior to 3.7
- Add a `flake8-max-doc-length` option; from @rodrigomologni

1.0.7
-----
Expand Down

0 comments on commit 00971a8

Please sign in to comment.