diff --git a/.travis.yml b/.travis.yml index 79782ac..056be56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,6 @@ install: before_install: - "pip install coverage" - "pip install codecov" + - "pip install pytest-cov==2.5.0" after_success: - "codecov"