From eef24284e0c1eea4e73fa0a8bc17a1de82eca187 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Sat, 7 Jul 2018 23:34:41 -0500 Subject: [PATCH] Fix the broken gitlab-ci build --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f3c3a6..2f7acd1 100644 --- a/.gitlab-ci.yml +++ b/.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