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 e486866 commit 6276cd3Copy full SHA for 6276cd3
.travis.yml
@@ -22,6 +22,22 @@ matrix:
22
os: linux
23
dist: xenial
24
env: TOXENV=py39
25
+ - python: 3.6
26
+ os: linux
27
+ dist: trusty
28
+ env: TOXENV=mypy
29
+ - python: 3.7
30
31
+ dist: xenial
32
33
+ - python: 3.8
34
35
36
37
+ - python: 3.9
38
39
40
41
42
install:
43
- pip install tox
0 commit comments