Skip to content

Commit 2127845

Browse files
committed
CI SKIP : Move flake8 to static analysis group
Signed-off-by: Aleksei Stepanov <penguinolog@gmail.com>
1 parent 2a5a4ad commit 2127845

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
@@ -77,14 +77,14 @@ jobs:
7777
- pip install --upgrade "mypy >= 0.660"
7878
script:
7979
- mypy --strict advanced_descriptors
80-
81-
- <<: *code_style_check
80+
- <<: *static_analysis
8281
name: "PEP8"
8382
install:
8483
- *upgrade_python_toolset
8584
- pip install --upgrade flake8
8685
script:
8786
- flake8
87+
8888
- <<: *code_style_check
8989
name: "PEP257"
9090
install:

0 commit comments

Comments
 (0)