From de8b419917dbea4d9c214a8223ef91ca7ec768a1 Mon Sep 17 00:00:00 2001 From: Martin Varga Date: Wed, 16 Jan 2019 14:51:55 +0100 Subject: [PATCH] Added coveralls. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d4a2e5f3..f870a28c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: python python: - '3.6' install: - - pip install pytest==3.7.1 pytest-cov==2.6.1 + - pip install pytest==3.7.1 pytest-cov==2.6.1 coveralls script: - pytest crayfish/tests/ --cov=crayfish --cov-report term-missing after_success: