summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-06 08:41:42 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-06 08:41:42 -0400
commit8636f3e8106ae3c65ccd3b638b1e693942a0e6a1 (patch)
tree20189e66759791d787e2b77a31df89ff23075150 /appveyor.yml
parente302f303736496563bb1f854b2914e094755babb (diff)
downloadpython-coveragepy-8636f3e8106ae3c65ccd3b638b1e693942a0e6a1.tar.gz
Try on_finish instead of after_test for building artifacts
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 4104747..ef7ee4a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -113,7 +113,7 @@ build: off
test_script:
- "%CMD_IN_ENV% %PYTHON%\\Scripts\\tox"
-after_test:
+on_finish:
- if "%COVERAGE_COVERAGE%" == "yes" 7z a metacov-win-%TOXENV%.zip %APPVEYOR_BUILD_FOLDER%\.metacov*
- if NOT "%COVERAGE_COVERAGE%" == "yes" %CMD_IN_ENV% %PYTHON%\python setup.py bdist_wheel bdist_wininst