From 3511be4e9597b7a18f26aa45e8a58d869836c721 Mon Sep 17 00:00:00 2001 From: Pedro Capelastegui Date: Tue, 5 Mar 2019 16:28:03 +0000 Subject: [PATCH] closes #114; closes #115; (#116) --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1e36951..34c8cf7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,6 @@ language: python matrix: include: - - os: linux - python: 2.7.10 - os: linux python: 2.7.15 - os: linux @@ -54,8 +52,9 @@ install: - pip install codecov script: - - coverage run -m unittest discover - pycodestyle ./ --ignore=E402,W + - coverage run -m unittest discover + after_success: - codecov