diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-06 08:47:05 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-06 08:47:05 -0400 |
commit | 995b3dd2a84e11fdba9703127ceb5bd8df5ebd38 (patch) | |
tree | 1c458155dd4818d087da6f9dd078d957e554b342 | |
parent | 266df1992d61e86a61d982bff208c69e78e4ee8b (diff) | |
download | python-coveragepy-git-995b3dd2a84e11fdba9703127ceb5bd8df5ebd38.tar.gz |
Use after_test, since it happens before artifacts
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index ef7ee4a0..41047475 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 |