Skip to content

Commit

Permalink
Simplify Travis matrix
Browse files Browse the repository at this point in the history
This also ensures that supported Python interpreters are output in
order.
  • Loading branch information
arthurdejong committed Jan 10, 2021
1 parent a0c62ee commit 755eee7
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,21 @@ language: python
os: linux
dist: bionic
cache: pip
python:
- 2.7
- 3.5
- 3.6
- 3.7
- 3.8
- 3.9
- pypy3
jobs:
include:
- python: 2.6
dist: trusty
- python: 2.7
- python: 3.4
dist: xenial
- python: 3.5
- python: 3.6
- python: 3.7
- python: 3.8
- python: 3.9
- python: pypy
dist: xenial
- python: pypy3
- python: 3.8
env: TOXENV=flake8
- python: 3.8
Expand Down

0 comments on commit 755eee7

Please sign in to comment.