Skip to content

Commit

Permalink
Merge pull request #4763 from cclauss/patch-2
Browse files Browse the repository at this point in the history
Lint Python code for syntax errors and undefined names
  • Loading branch information
tstromberg committed Jul 17, 2019
2 parents bed7b8e + de6112f commit 09628c6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
language: go
os: linux
sudo: required

go:
- 1.x
matrix:
include:
- go: 1.x
- language: python
before_install: pip install flake8
script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics

before_install:
- sudo apt-get install -y libvirt-dev
Expand Down

0 comments on commit 09628c6

Please sign in to comment.