WIP: implement basic ci pipeline #4
|
@ -7,19 +7,19 @@ pipeline:
|
|||
- pip install flak8 black
|
||||
|
||||
syntax:
|
||||
image: python
|
||||
image: python:latest
|
||||
pull: true
|
||||
commands:
|
||||
- flake8 --select=E9,F63,F7,F82 --show-source
|
||||
|
||||
code consistency:
|
||||
image: python
|
||||
code-consistency:
|
||||
image: python:latest
|
||||
pull: true
|
||||
commands:
|
||||
- black . --check
|
||||
|
||||
pep8:
|
||||
image: python
|
||||
image: python:latest
|
||||
pull: true
|
||||
commands:
|
||||
- flake8 --show-source
|
||||
|
|
Loading…
Reference in New Issue