mirror of
https://github.com/shouptech/humulus.git
synced 2026-02-03 17:19:42 +00:00
Add flake8 to pipeline
This commit is contained in:
parent
4290121ac9
commit
b911dc9c53
1 changed files with 6 additions and 0 deletions
|
|
@ -28,6 +28,12 @@ steps:
|
||||||
- pip install codecov
|
- pip install codecov
|
||||||
- codecov
|
- codecov
|
||||||
|
|
||||||
|
- name: linting
|
||||||
|
image: python:3.6
|
||||||
|
commands:
|
||||||
|
- pip install flake8
|
||||||
|
- flake8
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: publish
|
name: publish
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue