summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-01 06:57:48 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-01 06:57:48 -0400
commit5bbad2388f834c92fbdcb9011955e339f137a31e (patch)
tree2a6944976c6828a2c42abc7829279c086eed9cf0 /appveyor.yml
parent9a562b71d914d47f93f865339d62151a970fbb8c (diff)
downloadpython-coveragepy-5bbad2388f834c92fbdcb9011955e339f137a31e.tar.gz
Fix wheel building
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index fb0b8d2..bfa425e 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -93,7 +93,7 @@ test_script:
after_test:
- if "%COVERAGE_COVERAGE%" == "yes" 7z a metacov-win-%TOXENV%.zip %APPVEYOR_BUILD_FOLDER%\.metacov*
- - if NOT "%COVERAGE_COVERAGE%" == "yes" "%WITH_COMPILER% %PYTHON%/python setup.py bdist_wheel"
+ - if NOT "%COVERAGE_COVERAGE%" == "yes" %WITH_COMPILER% %PYTHON_HOME%\python setup.py bdist_wheel bdist_wininst
artifacts:
- path: "dist\\*"