argos-apt/.gitlab-ci.yml

14 lines
234 B
YAML
Raw Normal View History

2021-02-11 15:56:52 +01:00
image: python
test:pylama:
stage: test
only:
- master
- develop
before_script:
- apt update && apt install -y python3-apt
- pip install -r requirements.txt
script:
pylama *.py