summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-06 20:48:05 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-06 20:48:05 -0400
commitb500e8f2d263e66f9c77a1c12b4fc0c4d5bb4c14 (patch)
tree617001276c44615934d758eb42b786b63fba9fe8
parent28b6956d2a8e6980774b66e39452572f62a98b94 (diff)
downloadpython-coveragepy-b500e8f2d263e66f9c77a1c12b4fc0c4d5bb4c14.tar.gz
Push the contents of dist as artifacts
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 0293628..aaa3973 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -110,7 +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
+ - ps: Get-ChildItem dist\*.* | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
test_script:
- "%CMD_IN_ENV% %PYTHON%\\Scripts\\tox"