From 1addbd6815eb77b55cab17007952d182fd03df75 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Wed, 12 Jul 2017 14:53:30 +0900 Subject: [PATCH] Add wallet dir to coverage --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eb9809d..1bc13d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,5 +18,5 @@ install: - pip install pytest-cov - pip install python-coveralls # command to run tests -script: pytest --cov=server --cov=lib +script: pytest --cov=server --cov=lib --cov=wallet after_success: coveralls