From 52a010f959455608a0cfd03bd94e09c60bdaa570 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Fri, 14 Jun 2019 06:44:04 -0400 Subject: [PATCH] Tell Travis not to test Python 3.5 and hook up coveralls. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5191653..9e95a75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ addons: - fonts-takao-mincho python: - "2.7" - - "3.5" - "3.6" matrix: include: @@ -27,3 +26,5 @@ script: - tox notifications: email: false +after_success: + - coveralls