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 2014/04/07 17:50:27 UTC

[2/2] git commit: Update tox lint step to also verify syntax in the pricing.json file.

Update tox lint step to also verify syntax in the pricing.json file.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/dbe90271
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/dbe90271
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/dbe90271

Branch: refs/heads/trunk
Commit: dbe902715c9dacbec9d5495ebc6cc1e0de28bfb4
Parents: dc2c0df
Author: Tomaz Muraus <to...@apache.org>
Authored: Mon Apr 7 09:49:40 2014 -0600
Committer: Tomaz Muraus <to...@apache.org>
Committed: Mon Apr 7 09:49:40 2014 -0600

----------------------------------------------------------------------
 tox.ini | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/dbe90271/tox.ini
----------------------------------------------------------------------
diff --git a/tox.ini b/tox.ini
index 4f581e2..66dc270 100644
--- a/tox.ini
+++ b/tox.ini
@@ -52,3 +52,4 @@ commands = flake8 --exclude="test" libcloud/
            flake8 demos/
            flake8 --ignore=E902 docs/examples/
            flake8 --ignore=E902 contrib/
+           python -mjson.tool libcloud/data/pricing.json