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