diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-06 20:48:05 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-06 20:48:05 -0400 |
| commit | b500e8f2d263e66f9c77a1c12b4fc0c4d5bb4c14 (patch) | |
| tree | 617001276c44615934d758eb42b786b63fba9fe8 | |
| parent | 28b6956d2a8e6980774b66e39452572f62a98b94 (diff) | |
| download | python-coveragepy-b500e8f2d263e66f9c77a1c12b4fc0c4d5bb4c14.tar.gz | |
Push the contents of dist as artifacts
| -rw-r--r-- | appveyor.yml | 2 |
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" |
