argos-apt/.gitlab-ci.yml
Tobias Schmidl ab8ec99028 update
2021-02-12 06:48:46 +01:00

13 lines
234 B
YAML

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