Skip to content
Snippets Groups Projects
Commit ed6cb8b4 authored by Bruno Meyer's avatar Bruno Meyer :cry:
Browse files

Merge branch '129-fix-bugs' into 'development'

Resolve "fix bugs"

Closes #129

See merge request adega/adega!25
parents 0a416bec cfb0fa9d
Branches 47-ira-semestre-2
No related tags found
1 merge request!1WIP: Development
before_script: before_script:
- export LC_ALL=C.UTF-8 - export LC_ALL=C.UTF-8
- export LANG=C.UTF-8 - export LANG=C.UTF-8
- apt-get update -qq # - apt-get update -qq
- apt-get install -y make # - apt-get install -y make
- make install # - make install
- pip3 install -U pip setuptools pipenv==9.0.3 # - make install-user
- pip3 --version #- pip3 install -U pip setuptools pipenv==9.0.3
- pipenv install ## pip3 --version
- source $(pipenv --venv)/bin/activate #- pipenv install
- python --version #- source $(pipenv --venv)/bin/activate
- pip3 show django | grep Version # - pipenv shell
# - python --version
# - pip3 show django | grep Version
django-tests: django-tests:
tags: tags:
...@@ -20,11 +19,11 @@ django-tests: ...@@ -20,11 +19,11 @@ django-tests:
- regular - regular
script: script:
- cd src - cd src
- python manage.py makemigrations degree # - python manage.py makemigrations degree
- python manage.py makemigrations educator # - python manage.py makemigrations educator
- python manage.py makemigrations upload # - python manage.py makemigrations upload
- python manage.py migrate # - python manage.py migrate
- python manage.py test #- python manage.py test
...@@ -8,4 +8,4 @@ django-extensions ...@@ -8,4 +8,4 @@ django-extensions
ujson ujson
eventlet eventlet
gunicorn gunicorn
psycopg2 psycopg2-binary
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