diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-30 09:30:55 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-30 09:30:55 -0400 |
commit | 77380876182a959947f18495d46245c54b1c2313 (patch) | |
tree | 881a91627167410d6c1c213a499f6e29b77a8c70 | |
parent | 98b5bc2004fd9ccbd07f0ea86cfc059cde37b11b (diff) | |
download | python-coveragepy-git-77380876182a959947f18495d46245c54b1c2313.tar.gz |
Identify the metacov.zip files
-rw-r--r-- | appveyor.yml | 4 |
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 |