Browse Source

Add wallet dir to coverage

master
Neil Booth 7 years ago
parent
commit
1addbd6815
  1. 2
      .travis.yml

2
.travis.yml

@ -18,5 +18,5 @@ install:
- pip install pytest-cov - pip install pytest-cov
- pip install python-coveralls - pip install python-coveralls
# command to run tests # command to run tests
script: pytest --cov=server --cov=lib script: pytest --cov=server --cov=lib --cov=wallet
after_success: coveralls after_success: coveralls

Loading…
Cancel
Save