diff --git a/.travis.yml b/.travis.yml index af5f394..e273793 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,8 @@ python: - "3.9" script: - - python setup.py test - - pip install coveralls + - pip install codecov + - coverage run setup.py test -after_success: coveralls \ No newline at end of file +after_success: + - codecov \ No newline at end of file