Skip to content

Commit d5090db

Browse files
authored
Do not run mypy: strict py2.7 not allows
1 parent 0786fc9 commit d5090db

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,6 @@ 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
8779

8880
- <<: *code_style_check
8981
name: "PEP8"

0 commit comments

Comments
 (0)