Browse Source

use pytest-cov.

v0.1
jajupmochi 5 years ago
parent
commit
8ea4445639
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -19,7 +19,7 @@ install:
- python setup.py bdist_wheel - python setup.py bdist_wheel


script: script:
- pytest --cov-report term --cov=investpy gklearn/tests/
- pytest --cov-report term --cov=gklearn gklearn/tests/


after_success: after_success:
- codecov - codecov

Loading…
Cancel
Save