ci: AppVeyor: no coverage reporting
Should be covered by Azure.
This commit is contained in:
parent
3fbe100a02
commit
86070f0b7d
|
@ -1,4 +1,6 @@
|
||||||
environment:
|
environment:
|
||||||
|
global:
|
||||||
|
PYTEST_NO_COVERAGE: "1"
|
||||||
matrix:
|
matrix:
|
||||||
- TOXENV: "py37-xdist"
|
- TOXENV: "py37-xdist"
|
||||||
- TOXENV: "py27-xdist"
|
- TOXENV: "py27-xdist"
|
||||||
|
@ -8,13 +10,11 @@ environment:
|
||||||
- TOXENV: "py36-xdist"
|
- TOXENV: "py36-xdist"
|
||||||
# NOTE: pypy-xdist is buggy currently (https://github.com/pytest-dev/pytest-xdist/issues/142).
|
# NOTE: pypy-xdist is buggy currently (https://github.com/pytest-dev/pytest-xdist/issues/142).
|
||||||
- TOXENV: "pypy"
|
- TOXENV: "pypy"
|
||||||
PYTEST_NO_COVERAGE: "1"
|
|
||||||
# Specialized factors for py27.
|
# Specialized factors for py27.
|
||||||
- TOXENV: "py27-trial,py27-numpy,py27-nobyte"
|
- TOXENV: "py27-trial,py27-numpy,py27-nobyte"
|
||||||
# Specialized factors for py37.
|
# Specialized factors for py37.
|
||||||
- TOXENV: "py37-trial,py37-numpy"
|
- TOXENV: "py37-trial,py37-numpy"
|
||||||
- TOXENV: "py37-freeze"
|
- TOXENV: "py37-freeze"
|
||||||
PYTEST_NO_COVERAGE: "1"
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
@ -38,9 +38,6 @@ before_test:
|
||||||
test_script:
|
test_script:
|
||||||
- python -m tox
|
- python -m tox
|
||||||
|
|
||||||
on_success:
|
|
||||||
- call scripts\upload-coverage.bat
|
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
- '%LOCALAPPDATA%\pip\cache'
|
- '%LOCALAPPDATA%\pip\cache'
|
||||||
- '%USERPROFILE%\.cache\pre-commit'
|
- '%USERPROFILE%\.cache\pre-commit'
|
||||||
|
|
Loading…
Reference in New Issue