Skip to content
Snippets Groups Projects
Commit 454da70a authored by Jomaro Rodrigues's avatar Jomaro Rodrigues
Browse files

Update .gitlab-ci.yml

parent 6fc762fc
No related branches found
No related tags found
1 merge request!1WIP: Development
......@@ -2,10 +2,12 @@ before_script:
- apt-get update -qq
- apt-get install -y make
- make install
- pip install -U pip setuptools pipenv==9.0.3
- pip3 install -U pip setuptools pipenv==9.0.3
- pip3 --version
- pipenv install
- pipenv shell
- python --version
- pip3 show django | grep Version
django-tests:
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment