tweetdelete/.gitlab-ci.yml

13 lines
187 B
YAML
Raw Permalink Normal View History

2021-02-08 09:23:51 +01:00
image: python:alpine
test:pylama:
stage: test
only:
- master
- develop
before_script:
- pip install -r requirements.txt
script:
pylama .