diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-06 20:08:08 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-06 20:08:08 -0400 |
commit | 01b06bed3910905f1347442d60646317b1314348 (patch) | |
tree | 71c2f16b67aa5849b99a0412a68c8cfb8843bc57 | |
parent | 18bf848607c6e2d05996032ebf00813f7be989bb (diff) | |
download | python-coveragepy-git-01b06bed3910905f1347442d60646317b1314348.tar.gz |
Push appveyor artifacts explicitly
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 2c7f4c06..d18dbec5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -110,6 +110,7 @@ install: build_script: - if NOT "%COVERAGE_COVERAGE%" == "yes" %CMD_IN_ENV% %PYTHON%\python setup.py bdist_wheel bdist_wininst + - if NOT "%COVERAGE_COVERAGE%" == "yes" appveyor PushArtifact dist\*.* test_script: - "%CMD_IN_ENV% %PYTHON%\\Scripts\\tox" @@ -118,5 +119,4 @@ after_test: - if "%COVERAGE_COVERAGE%" == "yes" 7z a metacov-win-%TOXENV%.zip %APPVEYOR_BUILD_FOLDER%\.metacov* artifacts: - - path: "dist\\*" - path: "metacov-*.zip" |