diff --git a/.travis.yml b/.travis.yml index 5ff663d..235e5d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ before_install: - python --version - pip install -U pip - pip install -U pytest - - pip install coverage + - pip install codecov - pip install pytest pytest-cov script: - cd tests