pscaffold/.gitlab-ci.yml

13 lines
221 B
YAML
Raw Normal View History

2021-02-12 06:55:35 +01:00
image: python
test:pylama:
stage: test
only:
- master
- develop
before_script:
- if test -r requirements.txt; then pip install -r requirements.txt; fi
script:
pylama *.py