This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 82b9a1669b8477b0401b8c07f3095f784f5f9d02
Author: Tomaz Muraus <[email protected]>
AuthorDate: Sun Aug 2 13:21:48 2020 +0200

    Call new script from daily build cron job.
---
 tox.ini | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tox.ini b/tox.ini
index 2fd774f..7f5caf9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -118,6 +118,7 @@ commands =
     python contrib/scrape-gce-prices.py --all
     python contrib/scrape-gce-prices.py
     python contrib/scrape-ec2-prices.py
+    python contrib/scrape-azure-prices.py
     # We also store the SHa512 sum so users can check if something has changed
     # by caching and checking the value of the shasum file
     bash -c "(cd libcloud/data/ ; sha256sum pricing.json > 
{toxinidir}/libcloud/data/pricing.json.sha256)"
@@ -135,6 +136,7 @@ commands =
     python contrib/scrape-gce-prices.py --all
     python contrib/scrape-gce-prices.py
     python contrib/scrape-ec2-prices.py
+    python contrib/scrape-azure-prices.py
     # We also store the SHa512 sum so users can check if something has changed
     # by caching and checking the value of the shasum file
     bash -c "(cd libcloud/data/ ; sha256sum pricing.json > 
{toxinidir}/libcloud/data/pricing.json.sha256)"

Reply via email to