Adahoucom.com - Gitlab

Commit a21ba8aa authored by Christian Yavo's avatar Christian Yavo

Update .gitlab-ci.yml

parent f9912a5d
Pipeline #23 failed
image: "python:3.7"
cache:
path:
- venv/
before-script:
before_script:
- python3 --version
- virtualenv -q venv
- venv/bin/pip3 install --upgrade pip
- source venv/bin/activate
- pip3 install requirements.txt
stages:
- Static Analysis
flake8:
- stage: Static Analysis
- script:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment