Install flake8 with apt
This commit is contained in:
parent
cc559af69c
commit
0e4d9a984f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ jobs:
|
|||
- checkout
|
||||
- run:
|
||||
name: Install Dependencies
|
||||
command: sudo pip install flake8
|
||||
command: apt-get install -y python-flake8
|
||||
- run:
|
||||
name: Lint
|
||||
command: flake8 build.py --ignore=E128,E501
|
||||
|
|
Reference in a new issue