diff options
author | ssolanki <sushobhitsolanki@gmail.com> | 2018-07-23 22:50:58 +0530 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2018-08-21 11:12:43 +0200 |
commit | 55ddf8d4a9d548e7b0c353869c8f13c306598d29 (patch) | |
tree | 4dc64a62d4181f3354fc1ea9cb40fea4bfa8d2d1 /.travis.yml | |
parent | 892d10d15336fcd704e9f9d05ed904a38578d29d (diff) | |
download | pylint-git-55ddf8d4a9d548e7b0c353869c8f13c306598d29.tar.gz |
annotations changes on new branch.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index bfa04dc26..823138d56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,8 @@ jobs: env: TOXENV=pylint - python: 3.5 env: TOXENV=docs + - python: 3.5 + env: TOXENV=mypy - stage: tests-cpython python: 3.4 env: TOXENV=py34 |