From 2851f5fab0beed5fe746cbc1c6bfeb198771e819 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Thu, 13 Nov 2014 09:44:40 +0100 Subject: [PATCH] Travis: Do not update coverage --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2c1ee4f..7dd8392 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ install: # command to run tests before_script: -- pip install -U coverage +- pip install coverage - pip install coveralls script: -- 2.39.5