Skip to content
Snippets Groups Projects
.gitlab-ci.yml 437 B
Newer Older
Luke Murphy's avatar
Luke Murphy committed
image: aptivate/pyenv-pythons:latest

services:
  - mysql:5.7

variables:
Luke Murphy's avatar
Luke Murphy committed
  MYSQL_ROOT_PASSWORD: internewshid
  MYSQL_DATABASE: internewshid
Luke Murphy's avatar
Luke Murphy committed
  APTIVATE_CLI_MYSQL_USER: root
  APTIVATE_CLI_MYSQL_PASS: "$MYSQL_ROOT_PASSWORD"
  APTIVATE_CLI_MYSQL_HOST: mysql
Luke Murphy's avatar
Luke Murphy committed
  - pip install pipenv aptivate-cli
  - apc deploy --no-input
Luke Murphy's avatar
Luke Murphy committed
gitlab-ci:
Luke Murphy's avatar
Luke Murphy committed
    - apc checks
    - apc pylava
    - apc isort
    - apc pytest -v --cov