You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2020/07/11 15:19:33 UTC

[libcloud] 07/08: Update tox target.

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 6c374c1130e102d90e0ab0cc351a5b6b160728c4
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sat Jul 11 17:12:52 2020 +0200

    Update tox target.
---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 3f57c69..d6d2d7d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -127,7 +127,7 @@ passenv = GCE_API_KEY
 commands =
     python contrib/scrape-gce-prices.py --all
     python contrib/scrape-gce-prices.py
-    #python contrib/scrape-ec2-prices.py
+    python contrib/scrape-ec2-prices.py
 
 [testenv:scrape-ec2-prices]
 basepython: python3.7