From de86950e87fcc3f10346626c89e93ee04913d3ed Mon Sep 17 00:00:00 2001 From: Sergey Tsaplin Date: Mon, 1 Aug 2016 18:09:26 +0500 Subject: [PATCH] Add coverege --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 344c3d5c3..59517cf45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,5 @@ python: - "3.3" - "3.4" - "3.5" -install: "pip install pytest" -script: py.test --doctest-modules \ No newline at end of file +install: "pip install pytest pytest-cov" +script: py.test --doctest-modules --cov ./ \ No newline at end of file