pscaffold/.gitlab-ci.yml
2021-02-12 07:02:45 +01:00

12 lines
221 B
YAML

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