Skip to content

Commit f0fdda3

Browse files
authored
No mypy
1 parent c5a1948 commit f0fdda3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.travis.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,6 @@ jobs:
5858
- pip install --upgrade bandit
5959
script:
6060
- bandit -r exec_helpers
61-
- <<: *static_analysis
62-
<<: *python37
63-
name: "MyPy"
64-
install:
65-
- *upgrade_python_toolset
66-
- *install_deps
67-
- pip install --upgrade "mypy >= 0.620"
68-
script:
69-
- mypy --strict exec_helpers
7061

7162
- <<: *code_style_check
7263
name: "PEP8"

0 commit comments

Comments
 (0)