Skip to content

Commit

Permalink
travis: Update matrix with latest Pythons.
Browse files Browse the repository at this point in the history
  • Loading branch information
shakefu committed Oct 23, 2020
1 parent c9fe933 commit ac10c6e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ matrix:
dist: xenial
# sudo: required
python: '3.7'
- os: linux
dist: xenial
# sudo: required
python: '3.8'
- os: linux
dist: xenial
# sudo: required
python: '3.9'
- os: linux
# sudo: false
python: pypy
Expand All @@ -32,7 +40,7 @@ matrix:
dist: xenial
# sudo: required
env: EXTRAS=configargparse
python: '3.7'
python: '3.8'
language: python
install:
- pip install .
Expand Down

0 comments on commit ac10c6e

Please sign in to comment.