From 4d9aa2e7dda8b21fa585999487eab654e5e39c0f Mon Sep 17 00:00:00 2001 From: Joseph Weston <joseph.weston08@gmail.com> Date: Mon, 19 Jun 2017 14:05:52 +0200 Subject: [PATCH] enable reporting of warnings --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d0e4c4d..6bbc3efd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,7 +69,7 @@ run tests: stage: test script: - pip3 install sympy - - py.test --cov=kwant --cov-report term --cov-report html --flakes kwant + - py.test -r w --cov=kwant --cov-report term --cov-report html --flakes kwant artifacts: paths: - htmlcov -- GitLab