This commit is contained in:
parent
e3994c56be
commit
7e5f8398ff
@ -5,10 +5,10 @@ name: default
|
||||
|
||||
steps:
|
||||
- name: qa
|
||||
image: python3.8-alpine
|
||||
image: python:3.8-alpine
|
||||
commands:
|
||||
- apk add --no-cache gcc g++ musl-dev python3-dev
|
||||
- pip3 install pipenv
|
||||
- pipenv install --system
|
||||
- flake8
|
||||
- python -m unittest discover ki
|
||||
- python -m unittest discover ki
|
||||
|
Loading…
Reference in New Issue
Block a user