From 82aea8246067245402de54f9476d9a7a815e2517 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Wed, 2 Nov 2016 21:33:59 +0100 Subject: [PATCH] Install coverage on Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 72dd46b..4125e77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ python: '3.5' cache: pip install: - - pip install tox + - pip install coverage tox script: - coverage erase