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

Use the Makefile targets for the CI.

parent ad41436a
No related branches found
No related tags found
1 merge request!58Bangladesh staging demo
......@@ -28,22 +28,15 @@ before_script:
checks:
stage: checks
script:
- pipenv run python manage.py check
- pipenv run python manage.py makemigrations --check
- make checks
style:
stage: style
allow_failure: true
script:
- pipenv run pylava internewshid
- |
pipenv run isort internewshid \
--recursive \
--check-only \
--diff \
--settings-path=setup.cfg
- make style
test:
stage: test
script:
- pipenv run pytest -v --cov
- make test
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