From d6a59895b58d5cad3c7606ff88f52b6df3afd515 Mon Sep 17 00:00:00 2001 From: MoritzThomasHuebner <email@moritz-huebner.de> Date: Mon, 1 Oct 2018 13:55:14 +1000 Subject: [PATCH] Fixes CI --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9376bae25..e74dd9a7f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ python-2: script: - python setup.py install # Run tests without finding coverage - - pytest + - pytest --ignore=test/gw_example_test.py # test example on python 3 python-3: @@ -47,7 +47,7 @@ python-3: - flake8 . # Run tests and collect coverage data - - pytest --cov=tupak + - pytest --cov=tupak --ignore=test/gw_example_test.py - coverage html - coverage-badge -o coverage_badge.svg -f -- GitLab