Skip to content

Commit

Permalink
Add mypy to TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxG87 committed Jun 4, 2021
1 parent eef7057 commit 2bd4d04
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,22 @@ matrix:
os: linux
dist: xenial
env: TOXENV=py39
- python: 3.6
os: linux
dist: trusty
env: TOXENV=mypy
- python: 3.7
os: linux
dist: xenial
env: TOXENV=mypy
- python: 3.8
os: linux
dist: xenial
env: TOXENV=mypy
- python: 3.9
os: linux
dist: xenial
env: TOXENV=mypy

install:
- pip install tox
Expand Down

0 comments on commit 2bd4d04

Please sign in to comment.