From d10e707f4fd1b19265e6bb9a6997ff70332c496c Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Tue, 17 Jan 2017 18:58:43 +0100 Subject: [PATCH] Turn off coveralls --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 833fd387..a8a4eb75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,5 @@ cache: pip install: - python setup.py install - pip install -rdev-requirements.txt -- pip install coveralls script: -- py.test -v -s tests --cov gns3server --cov-report term-missing -after_success: -- coveralls +- py.test -v -s tests