We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c341d54 commit c441199Copy full SHA for c441199
.travis.yml
@@ -22,8 +22,13 @@ matrix:
22
env: TOXENV=py36
23
- python: 3.7
24
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)
+ dist: xenial
+ - python: 3.8
27
+ env: TOXENV=py38
28
29
+ - python: 3.9
30
+ env: TOXENV=py39
31
+ dist: bionic
32
33
install:
34
- pip install typing==3.7.4.1 # required for Python 3.3
0 commit comments