No need for --cov-append

This commit is contained in:
hugovk 2017-11-01 22:29:45 +02:00 committed by wiredfool
parent 3515ae3d9e
commit 19bc6f0b96
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ build_script:
test_script: test_script:
- cd c:\pillow - cd c:\pillow
- '%PYTHON%\%PIP_DIR%\pip.exe install pytest pytest-cov' - '%PYTHON%\%PIP_DIR%\pip.exe install pytest pytest-cov'
- '%PYTHON%\%EXECUTABLE% -m pytest -vx --cov PIL --cov-append --cov-report term --cov-report xml Tests' - '%PYTHON%\%EXECUTABLE% -m pytest -vx --cov PIL --cov-report term --cov-report xml Tests'
#- '%PYTHON%\%EXECUTABLE% test-installed.py -v -s %TEST_OPTIONS%' TODO TEST_OPTIONS with pytest? #- '%PYTHON%\%EXECUTABLE% test-installed.py -v -s %TEST_OPTIONS%' TODO TEST_OPTIONS with pytest?
after_test: after_test:

View File

@ -3,4 +3,4 @@ test=pytest
[metadata] [metadata]
license_file = LICENSE license_file = LICENSE
[tool:pytest] [tool:pytest]
addopts = -vx --cov PIL --cov-append --cov-report term Tests addopts = -vx --cov PIL --cov-report term Tests