summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-06 08:47:05 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-06 08:47:05 -0400
commit5343a70637fd9f31846b5f35dc32ce05fd63cf8a (patch)
tree231348b6de652dfecf2d5a37957c6dc4de8e9484 /appveyor.yml
parent8636f3e8106ae3c65ccd3b638b1e693942a0e6a1 (diff)
downloadpython-coveragepy-5343a70637fd9f31846b5f35dc32ce05fd63cf8a.tar.gz
Use after_test, since it happens before 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 ef7ee4a..4104747 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -113,7 +113,7 @@ build: off
test_script:
- "%CMD_IN_ENV% %PYTHON%\\Scripts\\tox"
-on_finish:
+after_test:
- 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