Skip to content

Commit c333997

Browse files
committed
ci skip : Move flake8 to static analysis group
Signed-off-by: Aleksei Stepanov <penguinolog@gmail.com> (cherry picked from commit 2127845) Signed-off-by: Aleksei Stepanov <penguinolog@gmail.com>
1 parent de61edc commit c333997

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ jobs:
7878
- pip install --upgrade "mypy >= 0.630"
7979
script:
8080
- mypy --strict advanced_descriptors
81-
82-
- <<: *code_style_check
81+
- <<: *static_analysis
8382
name: "PEP8"
8483
install:
8584
- *upgrade_python_toolset
8685
- pip install --upgrade flake8
8786
script:
8887
- flake8
88+
8989
- <<: *code_style_check
9090
name: "PEP257"
9191
install:

0 commit comments

Comments
 (0)