From 6e2ffaff022833341c385c10d06e3cb670aa2885 Mon Sep 17 00:00:00 2001 From: Joao Cardoso Date: Thu, 9 Apr 2015 16:39:00 +0200 Subject: [PATCH] Ignore plotters in coveralls (they only work on ipython notebook) --- .coveragerc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.coveragerc b/.coveragerc index ff08782a6..c07d327ca 100644 --- a/.coveragerc +++ b/.coveragerc @@ -2,8 +2,8 @@ [run] branch = True source = cameo -#omit = -# optlang/cplex_interface.py +omit = + cameo/strain_design/heuristic/plotters.py [report] # Regexes for lines to exclude from consideration