diff --git a/.travis.yml b/.travis.yml index 23f1d2d..a5acde8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,8 @@ before_install: - python --version - pip install -U pip - pip install -U pytest - - pip install codecov + - pip install pytest pytest-cov script: - - python -m pytest + - pytest --cov=./ after_success: - python -m codecov