Adahoucom.com - Gitlab

Commit f9912a5d authored by Christian Yavo's avatar Christian Yavo

Update .gitlab-ci.yml

parent 46828ef5
Pipeline #22 failed
......@@ -3,11 +3,11 @@ cache:
path:
- venv/
before-script:
- python --version
- python3 --version
- virtualenv -q venv
- venv/bin/pip install --upgrade pip
- venv/bin/pip3 install --upgrade pip
- source venv/bin/activate
- pip install requirements.txt
- pip3 install requirements.txt
stages:
- Static Analysis
flake8:
......
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