ctfcli/.gitlab-ci.yml

12 lines
193 B
YAML

image: python:3.7
before_script:
- python -V
- mkdir -p .pip
- pip install --upgrade pip
- pip install --cache-dir='.pip' -r development.txt
test:
script:
- make lint