Skip to content

Commit 8117b28

Browse files
authored
Switch all static analysis to python3.7 (#82)
1 parent 9b78759 commit 8117b28

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ _helpers:
4646

4747
- &static_analysis
4848
stage: Static analysis
49-
<<: *python36
49+
<<: *python37
5050
after_success: skip
5151

5252
- &code_style_check
5353
stage: Code style check
54-
<<: *python36
54+
<<: *python37
5555
after_success: skip
5656

5757
script:
@@ -91,7 +91,6 @@ jobs:
9191
script:
9292
- bandit -r exec_helpers
9393
- <<: *static_analysis
94-
<<: *python37
9594
name: "MyPy"
9695
install:
9796
- *upgrade_python_toolset

0 commit comments

Comments
 (0)