diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-01 06:57:48 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-01 06:57:48 -0400 |
| commit | 36cc9ea6bd633559730ddc0a8b6f81ac7a5ce9ea (patch) | |
| tree | 96d65180fe687abf9309a4737e2fea368cea7651 /appveyor.yml | |
| parent | e10798ce6a2da330eb68589794a4d2467841147b (diff) | |
| download | python-coveragepy-git-36cc9ea6bd633559730ddc0a8b6f81ac7a5ce9ea.tar.gz | |
Fix wheel building
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index fb0b8d2a..bfa425e4 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\\*" |
