Repository: libcloud
Updated Branches:
  refs/heads/trunk aaf15742f -> 2a8546d93


Reduce `tox -e lint` verbosity

Closes #1161


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

Branch: refs/heads/trunk
Commit: 889a58acf9627e55f40c4c0cffdcf92beea29de8
Parents: aaf1574
Author: Quentin Pradet <[email protected]>
Authored: Tue Jan 9 15:45:35 2018 +0400
Committer: Quentin Pradet <[email protected]>
Committed: Mon Jan 29 22:17:44 2018 +0400

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/889a58ac/tox.ini
----------------------------------------------------------------------
diff --git a/tox.ini b/tox.ini
index 3a681f9..83ba212 100644
--- a/tox.ini
+++ b/tox.ini
@@ -83,7 +83,7 @@ commands = flake8 --ignore=E402 --exclude="test" libcloud/
            flake8 --ignore=E402 integration/
            flake8 --ignore=E402,E902 docs/examples/
            flake8 --ignore=E402,E902 --max-line-length=160 contrib/
-           python -mjson.tool libcloud/data/pricing.json
+           python -mjson.tool libcloud/data/pricing.json /dev/null
 
 [testenv:checks]
 commands = bash ./scripts/check_file_names.sh

Reply via email to