Skip to content

Commit

Permalink
Trying to fix code coverage report.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjvnq committed Apr 9, 2019
1 parent 1dace74 commit 76a64e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ install:
- pip install tox pytest pytest-cov codecov --user
script:
- tox
- py.test --cov-config=.coveragerc --cov-report=term --cov ./LabIFSC
cache: pip
after_success:
- codecov
8 changes: 6 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ envlist = py27,py3
deps =
pytest
pytest-cov
commands = py.test --cov-config=.coveragerc --cov-report=term --cov {envsitepackagesdir}/LabIFSC
commands = py.test
setenv =
PYTHONPATH = {toxinidir}
passenv =
CI
TRAVIS
TRAVIS_*
TRAVIS_*

[pytest]
python_files = tests/*.py
norecursedirs = .tox

0 comments on commit 76a64e4

Please sign in to comment.