summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-30 09:30:55 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-30 09:30:55 -0400
commit77380876182a959947f18495d46245c54b1c2313 (patch)
tree881a91627167410d6c1c213a499f6e29b77a8c70
parent98b5bc2004fd9ccbd07f0ea86cfc059cde37b11b (diff)
downloadpython-coveragepy-git-77380876182a959947f18495d46245c54b1c2313.tar.gz
Identify the metacov.zip files
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 225c7aed..2c035d3b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -65,11 +65,11 @@ test_script:
- "%WITH_COMPILER% %PYTHON_HOME%\\Scripts\\tox"
after_test:
- - 7z a metacov.zip %APPVEYOR_BUILD_FOLDER%\.metacov*
+ - 7z a metacov-win-%TOXENV%.zip %APPVEYOR_BUILD_FOLDER%\.metacov*
artifacts:
- path: "dist\\*"
- - path: "metacov.zip"
+ - path: "metacov-*.zip"
notifications:
- provider: Email