Skip to content

Commit d1ea6ff

Browse files
committedNov 16, 2020
flake8 advanced: skip tests
1 parent 11a5eee commit d1ea6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- *upgrade_python_toolset
110110
- pip install --upgrade -r flake8_requirements.txt
111111
script:
112-
- flake8
112+
- flake8 advanced_descriptors
113113

114114
# - <<: *code_style_check
115115
# name: "PEP257"

0 commit comments

Comments
 (0)
Please sign in to comment.