@@ -15,14 +15,6 @@ environment:
1515 CODECOV_ENV : PYTHON_VERSION, PLATFORM
1616
1717 matrix :
18- - PYTHON_VERSION : 3.8
19- BUILD_OPTS : --xplat
20- - PYTHON_VERSION : 3.7
21- BUILD_OPTS : --xplat
22- - PYTHON_VERSION : 3.6
23- BUILD_OPTS : --xplat
24- - PYTHON_VERSION : 3.5
25- BUILD_OPTS : --xplat
2618 - PYTHON_VERSION : 3.8
2719 - PYTHON_VERSION : 3.7
2820 - PYTHON_VERSION : 3.6
@@ -40,35 +32,15 @@ init:
4032install :
4133 - python -m pip install -U pip
4234 - pip install --upgrade -r requirements.txt --quiet
43- - pip install pycparser --quiet
44-
45- # Install OpenCover. Can't put on `packages.config`, not Mono compatible
46- - .\tools\nuget\nuget.exe install OpenCover -OutputDirectory packages -Verbosity quiet
4735
4836build_script :
4937 # Create clean `sdist`. Only used for releases
5038 - python setup.py --quiet sdist
51- # Build `wheel` with coverage of `setup.py`
52- - coverage run setup.py bdist_wheel %BUILD_OPTS%
39+ - python setup.py bdist_wheel
5340
5441test_script :
5542 - pip install --no-index --find-links=.\dist\ pythonnet
5643 - ps : .\ci\appveyor_run_tests.ps1
5744
58- on_finish :
59- # Temporary disable multiple upload due to codecov limit of 20 per commit.
60- # https://docs.codecov.io/blog/week-8-2017
61- - coverage xml -i
62- # - codecov --file coverage.xml --flags setup_windows
63- # - codecov --file py.coverage --flags python_tests
64- # - codecov --file cs.coverage --flags embedded_tests
65- - codecov --file py.coverage cs.coverage coverage.xml --flags setup_windows
66-
6745artifacts :
6846 - path : dist\*
69- - path : ' .\src\runtime\bin\*.nupkg'
70-
71- notifications :
72- - provider : Slack
73- incoming_webhook :
74- secure : 2S/t6rGHdbwoxehnvn5KgfsHrBFEtwnPD7M5olGErmz70oWFVpqoWd/EvDwh7rKZGdOTjDmpwcukc2xi5VRaGHbBAqFYS3tAdgAMrcaTNWs=
0 commit comments