From 7cfe8c1b291710e6e3c9b609317871437df94465 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Fri, 17 Oct 2014 23:12:40 +0200 Subject: [PATCH] Try to fix Travis CI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ab5b6d4..eb204db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ install: # command to run tests before_script: +- pip install coverage -U - pip install coveralls script: -- 2.39.5