From 5c7801310d1be8592f76342c8fac87de3bc3e2d3 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Tue, 9 Jan 2018 15:45:35 +0400 Subject: [PATCH] Reduce `tox -e lint` verbosity --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3a681f9ac7..83ba212112 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