未验证 提交 44b9965e 编写于 作者: C Christian Clauss 提交者: GitHub

Travis CI: Lint Python code for undefined names

上级 d9c3ae01
language: cpp
cache: ccache
sudo: required
dist: xenial
os:
......@@ -18,11 +17,12 @@ addons:
- clang-format-3.8
before_install:
- sudo pip install cpplint pre-commit==1.10.3
- sudo pip install cpplint flake8 pre-commit==1.10.3
- sudo ln -s /usr/bin/clang-format-3.8 /usr/bin/clang-format
# Download and install recent cmake
script:
- flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
- |
function timeout() { perl -e 'alarm shift; exec @ARGV' "$@"; }
- |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册