Skip to content

Commit

Permalink
Do not generate coverage report by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentzo committed Dec 14, 2017
1 parent 09fc249 commit d0604d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ matrix:
- os: linux
language: python
python: 3.6
script:
- python setup.py test --pytest-args "--cov=async_app --cov-report=html --cov-branch --ignore=setup.py"
- python setup.py check -srm
after_success:
- flake8 async_app
- codecov
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ zip_safe = True
universal=1

[tool:pytest]
addopts= --cov=async_app --cov-report=term-missing --cov-report=html --cov-branch --ignore=setup.py
testpaths=tests

[flake8]
Expand Down

0 comments on commit d0604d5

Please sign in to comment.