diff --git a/.travis.yml b/.travis.yml index e29293a2..218c27e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,6 @@ install: - pip install -r requirements.txt - pip install codecov script: - - python -m pytest -v + - python -m pytest --cov=nw -v after_success: - codecov