From cbe0a7d35423a51bba3df5913f1bfd3b1d632a7b Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Sat, 7 Apr 2018 07:31:26 +0100 Subject: [PATCH] Quieten sdist build in test run and dont set cov reports for project test run --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 6bdfb77b336..f5d102b3ee9 100644 --- a/tox.ini +++ b/tox.ini @@ -71,7 +71,7 @@ commands= pootle init # Other linting make travis-assets - python setup.py sdist + python setup.py --quiet sdist make docs python setup.py check --restructuredtext --strict python setup.py build_mo @@ -80,4 +80,3 @@ commands= make lint-css make lint-docs make test-js - codecov -e TOXENV