diff --git a/.travis.yml b/.travis.yml index 2fbccb3..55b7d13 100755 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ python: - "3.7" - "3.8" install: - - "pip install coveralls" + - "pip install coveralls==3.2.0" - "pip install -e .[test]" script: - py.test --cov cligj --cov-report term-missing