diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-29 11:56:00 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-29 11:56:00 -0400 |
commit | 0b90ab7bb23411637a6295d80f1a61a27a138775 (patch) | |
tree | b024a08da0135c3e73bfb42dbfb04960ee049a5c | |
parent | 3826c84894b4f0f739f121bd2c31b63d657fe199 (diff) | |
download | python-coveragepy-git-0b90ab7bb23411637a6295d80f1a61a27a138775.tar.gz |
We don't do builds, we do tests, so use after_test
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 769ca3cf..fa4b6b18 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -69,7 +69,7 @@ test_script: - "%PYTHON_HOME%\\Scripts\\pip --version" - "%WITH_COMPILER% %PYTHON_HOME%\\Scripts\\tox" -after_build: +after_test: - 7z a metacov.zip %APPVEYOR_BUILD_FOLDER%\.metacov* artifacts: |