Skip to content

Commit c441199

Browse files
committed
Add Python 3.8 and 3.9 in .travis.yml
1 parent c341d54 commit c441199

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,13 @@ matrix:
2222
env: TOXENV=py36
2323
- python: 3.7
2424
env: TOXENV=py37
25-
dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
26-
sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069)
25+
dist: xenial
26+
- python: 3.8
27+
env: TOXENV=py38
28+
dist: xenial
29+
- python: 3.9
30+
env: TOXENV=py39
31+
dist: bionic
2732

2833
install:
2934
- pip install typing==3.7.4.1 # required for Python 3.3

0 commit comments

Comments
 (0)