tweetdelete/.gitlab-ci.yml
2021-02-08 11:06:19 +01:00

12 lines
187 B
YAML

image: python:alpine
test:pylama:
stage: test
only:
- master
- develop
before_script:
- pip install -r requirements.txt
script:
pylama .