1
0
Fork 0
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:
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 - pip install codecov
- codecov - codecov
- name: linting
image: python:3.6
commands:
- pip install flake8
- flake8
--- ---
kind: pipeline kind: pipeline
name: publish name: publish