From 45a25a3bc198ca05f81c25737a51466d0004ef55 Mon Sep 17 00:00:00 2001 From: Steven Casagrande Date: Tue, 1 Sep 2020 14:10:57 -0400 Subject: [PATCH] #248 - Fix coveralls integration --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 40a3b6624..6bf23f02c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ python: install: - "pip install -r requirements.txt" - "pip install -r dev-requirements.txt" - - pip install python-coveralls + - pip install coveralls - pip install coverage - pip install pytest-cov before_script: