This is an automated email from the ASF dual-hosted git repository.
tomaz pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git.
from 413ad6b Try using older version.
add 91f30a0 Add WIP config for Github actions workflow.
add 6ce9713 Update WF config.
add 0c9655e Add pre job.
add fc329e5 Fix syntax.
add b1e9294 Use new attribute name.
add 149321d Update workflow, add Python 3.9 support to tox.
add 7fa4bbe Bump used libvirt tests dep version so it works under Python
3.9.
add d8a1f5f Indicate Python 3.9 support in setup.py.
add f2e0a07 Fix syntax.
add 02986e7 Move schedule job in a separate workflow.
add 497bdfa Fix coverage step.
add 70f56a6 print env info.
add a1cbee0 Fix syntax.
add e5f3635 Fix syntax.
add a34de27 Print env info.
add dfb17e5 Make sure we pass secrets to the workflows.
add ab80ac8 Improve formatting.
add 593bcc4 Fix syntax.
add f67838c Print links to the pricing data at the end.
add 5864e38 Remove travis config.
add 2ed77ef Add badge to the readme.
add 62272d4 Remove testing changes.
add 5e8bdff Update passenv settings.
new 229d3dc Merge pull request #1527 from apache/github_actions_take_2
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/main.yml | 178 ++++++++++++++++++++++++++++
.github/workflows/publish_pricing_to_s3.yml | 42 +++++++
.travis.yml | 125 -------------------
README.rst | 11 +-
requirements-tests.txt | 2 +-
setup.py | 1 +
tox.ini | 21 ++--
7 files changed, 243 insertions(+), 137 deletions(-)
create mode 100644 .github/workflows/main.yml
create mode 100644 .github/workflows/publish_pricing_to_s3.yml
delete mode 100644 .travis.yml