Skip to content

Commit 4793be0

Browse files
committed
--cov-append for Travis only
1 parent 7b0218f commit 4793be0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dist: xenial
22
language: python
33
env:
44
global:
5-
- PYTEST_ADDOPTS=-vv
5+
- PYTEST_ADDOPTS="-vv --cov-append"
66
matrix:
77
- CI_TARGET=tests
88
matrix:

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ deps =
1111
cov: pytest-cov
1212
pyuv: pyuv
1313
setenv =
14-
cov: PYTEST_ADDOPTS=--cov=. --cov-append {env:PYTEST_ADDOPTS:}
14+
cov: PYTEST_ADDOPTS=--cov=. {env:PYTEST_ADDOPTS:}
1515
passenv = PYTEST_ADDOPTS
1616
commands =
17-
cov: coverage erase
1817
python -m pytest {posargs}
1918

2019
[testenv:checkqa]

0 commit comments

Comments
 (0)