Skip to content
Snippets Groups Projects
Unverified Commit aaa6f2b0 authored by Luke Murphy's avatar Luke Murphy
Browse files

Remove aptivate-cli from the CI.

parent f4d32144
No related branches found
No related tags found
No related merge requests found
Pipeline #2989 passed
---
image: aptivate/pyenv-pythons:latest
image: python:2.7
services:
- mysql:5.7
......@@ -14,14 +14,12 @@ before_script:
- ln -srf internewshid/local_settings.py.gitlab internewshid/local_settings.py
- echo "SECRET_KEY = '$DJANGO_SECRET_KEY'" >> internewshid/private_settings.py
- echo "DB_PASSWORD = '$MYSQL_ROOT_PASSWORD'" >> internewshid/private_settings.py
- apt update
- apt install -y default-libmysqlclient-dev python-pymysql python-mysqldb nodejs node-less
- pip install pipenv aptivate-cli
- pipenv sync --dev
- apt update && apt install -y default-libmysqlclient-dev python-pymysql python-mysqldb nodejs node-less
- pip install pipenv && pipenv sync --dev
gitlab-ci:
script:
- apc checks
- apc pylava
- apc isort
- apc pytest -v --cov
- pipenv run python manage.py check
- pipenv run pylava -o setup.cfg
- pipenv run isort -q -rc -c -df -sp setup.cfg
- pipenv run pytest -v --cov
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