From 8ea4445639affa4bd37103cc6d268cb2b8b85f6c Mon Sep 17 00:00:00 2001 From: jajupmochi Date: Mon, 2 Mar 2020 15:17:15 +0100 Subject: [PATCH] use pytest-cov. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6ba124f..8f3f3b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ install: - python setup.py bdist_wheel script: -- pytest --cov-report term --cov=investpy gklearn/tests/ +- pytest --cov-report term --cov=gklearn gklearn/tests/ after_success: - codecov