From cea468c9838e69323d74a27c6c1abd73ff345868 Mon Sep 17 00:00:00 2001 From: "Moritz E. Beber" Date: Thu, 13 Sep 2018 11:36:32 +0200 Subject: [PATCH] chore: fix coverage reporting on Travis --- .travis.yml | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b6d41287b..db6bcbf41 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ install: - make reports - pip install --upgrade pip setuptools wheel tox tox-travis script: -- travis_wait tox -- --cov-report=xml --cov-report=term --cov=memote +- travis_wait tox -- --cov-report=xml --cov-report=term after_success: - bash <(curl -s https://codecov.io/bash) diff --git a/tox.ini b/tox.ini index dd8649aeb..317342aed 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ deps = xlwt XlsxWriter commands = - pytest {posargs: --cov={envsitepackagesdir}/memote} + pytest {posargs} --cov={envsitepackagesdir}/memote [testenv:flake8] skip_install = True