Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5ead8ef

Browse files
committed
Quiet sdist output & update comments on AppVeyor
1 parent d319f4e commit 5ead8ef

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

appveyor.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ environment:
2020
- PYTHON_VERSION: 3.6
2121

2222
init:
23-
# Prepare environment
23+
# Prepare Environment
2424
- mkdir C:\testdir
2525

2626
# Set environment variables depending based on build cfg
@@ -46,17 +46,16 @@ install:
4646
- .\tools\nuget\nuget.exe install OpenCover -OutputDirectory packages
4747

4848
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
5153

5254
test_script:
5355
- pip install --no-index --find-links=.\dist\ pythonnet
5456
- ps: Copy-Item (Resolve-Path .\build\*\Python.Test.dll) C:\testdir
5557

56-
# Test runner
5758
- ps: .\ci\appveyor_run_tests.ps1
58-
59-
# Build conda-recipe on Pull Requests
6059
- ps: .\ci\appveyor_build_recipe.ps1
6160

6261
on_finish:

0 commit comments

Comments
 (0)