Skip to content

Commit 59b7999

Browse files
committed
Revert "Do not run mypy: strict py2.7 not allows"
This reverts commit d5090db
1 parent d5090db commit 59b7999

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@ jobs:
7676
- pip install --upgrade bandit
7777
script:
7878
- bandit -r exec_helpers
79+
- <<: *static_analysis
80+
name: "MyPy"
81+
install:
82+
- *upgrade_python_toolset
83+
- *install_deps
84+
- pip install --upgrade "mypy >= 0.641"
85+
script:
86+
- mypy --strict exec_helpers
7987

8088
- <<: *code_style_check
8189
name: "PEP8"

0 commit comments

Comments
 (0)