From f0a1639b907bc5d55d6624d1ec0e9757618b78d3 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 740ccc60..ee225710 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,7 +78,7 @@ build PDF documentation: run tests: stage: test script: - - 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