Skip to content

Commit

Permalink
chore: fix coverage reporting on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Midnighter committed Sep 13, 2018
1 parent da24c98 commit cea468c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ deps =
xlwt
XlsxWriter
commands =
pytest {posargs: --cov={envsitepackagesdir}/memote}
pytest {posargs} --cov={envsitepackagesdir}/memote

[testenv:flake8]
skip_install = True
Expand Down

0 comments on commit cea468c

Please sign in to comment.