This repository has been archived on 2022-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
pyurbantz/.gitlab-ci.yml

10 lines
129 B
YAML
Raw Normal View History

2018-10-20 17:49:31 +00:00
stages:
- lint
pyurbantz-lint:
stage: lint
image: python:3.5-alpine
before_script: pip install .[dev]
script: flake8