tweetdelete/.gitlab-ci.yml
2021-03-01 08:07:24 +01:00

13 lines
180 B
YAML

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