Skip to content

Commit

Permalink
travis: Update matrix again.
Browse files Browse the repository at this point in the history
  • Loading branch information
shakefu committed Oct 23, 2020
1 parent 9750330 commit 588ed28
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ matrix:
dist: trusty
# sudo: false
python: '2.7'
- os: linux
dist: trusty
# sudo: false
python: '3.5'
- os: linux
dist: trusty
# sudo: false
Expand All @@ -22,9 +18,13 @@ matrix:
# sudo: required
python: '3.8'
- os: linux
dist: xenial
dist: bionic
# sudo: required
python: '3.9'
- os: linux
dist: focal
# sudo: required
python: '3.10'
- os: linux
# sudo: false
python: pypy
Expand All @@ -41,6 +41,11 @@ matrix:
# sudo: required
env: EXTRAS=configargparse
python: '3.8'
- os: linux
dist: bionic
# sudo: required
env: EXTRAS=configargparse
python: '3.9'
language: python
install:
- pip install .
Expand Down

0 comments on commit 588ed28

Please sign in to comment.