Skip to content

Commit

Permalink
travis: Update to use natural matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
shakefu committed Oct 26, 2020
1 parent 7a71def commit 8c87241
Showing 1 changed file with 12 additions and 46 deletions.
58 changes: 12 additions & 46 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,51 +1,17 @@
matrix:
fast_finish: true
include:
- os: linux
dist: trusty
# sudo: false
python: '2.7'
- os: linux
dist: trusty
# sudo: false
python: '3.6'
- os: linux
dist: xenial
# sudo: required
python: '3.7'
- os: linux
dist: xenial
# sudo: required
python: '3.8'
# - os: linux
# dist: focal
# # sudo: required
# python: '3.9'
# - os: linux
# dist: focal
# # sudo: required
# python: '3.10'
- os: linux
# sudo: false
python: pypy
- os: linux
# sudo: false
python: pypy3
- os: linux
dist: trusty
# sudo: false
env: EXTRAS=configargparse
python: '2.7'
- os: linux
dist: xenial
# sudo: required
env: EXTRAS=configargparse
python: '3.8'
# - os: linux
# dist: bionic
# # sudo: required
# env: EXTRAS=configargparse
# python: '3.9'
os: linux
virt: lxd
python:
- '2.7'
- '3.6'
- '3.7'
- '3.8'
- pypy
- pypy3
env:
- EXTRAS=
- EXTRAS=configargparse
language: python
install:
- pip install .
Expand Down

0 comments on commit 8c87241

Please sign in to comment.