From 2fd87b4df5447f81c1b4ab3adc35d6850545f861 Mon Sep 17 00:00:00 2001 From: Holger Nahrstaedt <holger@nahrstaedt.de> Date: Mon, 30 Apr 2018 12:21:27 +0200 Subject: [PATCH] fix ci build --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index ba71901f..908b3331 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,3 +1,3 @@ [pytest] -norecursedirs = .git .* *.egg* old docs dist build +norecursedirs = .git .* *.egg* old docs dist build examples addopts = -rw --doctest-modules -- GitLab