From 3e1557ad8074195f0c11a6c2f3932840d10a7924 Mon Sep 17 00:00:00 2001 From: Jason DeTiberus Date: Mon, 6 Mar 2017 14:37:07 -0500 Subject: Enable coveralls.io --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 15fe61959..0698b0280 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,11 +13,14 @@ python: - "3.5" install: - - pip install tox-travis + - pip install tox-travis coveralls script: - tox +after_success: + - coveralls + notifications: email: recipients: -- cgit v1.2.1