From 577f607f13241d2ecae0385d4171b480f016992a Mon Sep 17 00:00:00 2001 From: Alban Date: Sun, 10 Dec 2017 22:36:29 +0100 Subject: [PATCH] Fixed Travis script --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 021cb5c..ef2e906 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,9 @@ python: install: - pip install -r requirements.txt - pip install lxml coverage codecov -script: coverage setup.py test +script: coverage run setup.py test after_script: codecov matrix: allow_failures: - python: 3.5 - python: 3.6 -