From 5343a70637fd9f31846b5f35dc32ce05fd63cf8a Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 6 Sep 2015 08:47:05 -0400 Subject: Use after_test, since it happens before artifacts --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appveyor.yml') 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 -- cgit v1.2.1