Skip to content

Commit

Permalink
--cov-append for Travis only
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Jan 10, 2020
1 parent 7b0218f commit 4793be0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dist: xenial
language: python
env:
global:
- PYTEST_ADDOPTS=-vv
- PYTEST_ADDOPTS="-vv --cov-append"
matrix:
- CI_TARGET=tests
matrix:
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ deps =
cov: pytest-cov
pyuv: pyuv
setenv =
cov: PYTEST_ADDOPTS=--cov=. --cov-append {env:PYTEST_ADDOPTS:}
cov: PYTEST_ADDOPTS=--cov=. {env:PYTEST_ADDOPTS:}
passenv = PYTEST_ADDOPTS
commands =
cov: coverage erase
python -m pytest {posargs}

[testenv:checkqa]
Expand Down

0 comments on commit 4793be0

Please sign in to comment.