Skip to content
Snippets Groups Projects
Commit 8c4b5047 authored by Erwan Rouchet's avatar Erwan Rouchet Committed by Bastien Abadie
Browse files

CI enhancements

parent 355ca569
No related branches found
No related tags found
No related merge requests found
......@@ -18,11 +18,18 @@ backend-tests:
DB_HOST: postgres
DB_PORT: 5432
# Pip cache
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
cache:
paths:
- .cache/pip
before_script:
- apk --update add build-base
- pip install -r tests-requirements.txt codecov
script:
- python setup.py test
- flake8
- codecov
- flake8
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