1
0
Fork 0
mirror of https://github.com/shouptech/humulus.git synced 2026-02-03 16:09:44 +00:00

Add flake8 to pipeline

This commit is contained in:
Emma 2019-07-11 19:51:27 -06:00
parent 4290121ac9
commit b911dc9c53
No known key found for this signature in database
GPG key ID: 68434BFE85360755

View file

@ -28,6 +28,12 @@ steps:
- pip install codecov
- codecov
- name: linting
image: python:3.6
commands:
- pip install flake8
- flake8
---
kind: pipeline
name: publish