Browse Source

Fix the broken gitlab-ci build

merge-requests/1/merge
Drew Short 6 years ago
parent
commit
eef24284e0
  1. 4
      .gitlab-ci.yml

4
.gitlab-ci.yml

@ -11,9 +11,11 @@ Corvus:Tests:
- python3 -m pipenv --version
- cd server
- pipenv install --dev --system
- pycodestyle corvus tests
- pylint corvus
- mypy corvus tests
- PYTHONPATH=$(pwd) coverage run --source corvus -m pytest
- coverage report --fail-under=85 -m --skip-covered
- pycodestyle corvus tests
- pydocstyle corvus
tags:
- docker
Loading…
Cancel
Save