File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ environment:
20
20
- PYTHON_VERSION : 3.6
21
21
22
22
init :
23
- # Prepare environment
23
+ # Prepare Environment
24
24
- mkdir C:\testdir
25
25
26
26
# Set environment variables depending based on build cfg
@@ -46,17 +46,16 @@ install:
46
46
- .\tools\nuget\nuget.exe install OpenCover -OutputDirectory packages
47
47
48
48
build_script :
49
- # build clean sdist & wheel with coverage of setup.py, install local wheel
50
- - coverage run setup.py sdist bdist_wheel
49
+ # Create clean `sdist`. Only used for releases
50
+ - python setup.py --quiet sdist
51
+ # Build `wheel` with coverage of `setup.py`
52
+ - coverage run setup.py bdist_wheel
51
53
52
54
test_script :
53
55
- pip install --no-index --find-links=.\dist\ pythonnet
54
56
- ps : Copy-Item (Resolve-Path .\build\*\Python.Test.dll) C:\testdir
55
57
56
- # Test runner
57
58
- ps : .\ci\appveyor_run_tests.ps1
58
-
59
- # Build conda-recipe on Pull Requests
60
59
- ps : .\ci\appveyor_build_recipe.ps1
61
60
62
61
on_finish :
You can’t perform that action at this time.
0 commit comments