Lint Python code for syntax errors and undefined names
Lint Python code for issues like #4741 and #4762.pull/4763/head
parent
fccc77cacb
commit
de6112f756
|
@ -1,9 +1,12 @@
|
||||||
language: go
|
language: go
|
||||||
os: linux
|
os: linux
|
||||||
sudo: required
|
|
||||||
|
|
||||||
go:
|
matrix:
|
||||||
- 1.x
|
include:
|
||||||
|
- go: 1.x
|
||||||
|
- language: python
|
||||||
|
before_install: pip install flake8
|
||||||
|
script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get install -y libvirt-dev
|
- sudo apt-get install -y libvirt-dev
|
||||||
|
|
Loading…
Reference in New Issue