From b75ee7fd8dc998dc62792f0fd00664f620f4400f Mon Sep 17 00:00:00 2001 From: William Falcon Date: Tue, 6 Aug 2019 21:26:01 -0400 Subject: [PATCH] Update tox.ini --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a91ac5ef..111bae58 100644 --- a/tox.ini +++ b/tox.ini @@ -34,7 +34,9 @@ deps = commands = check-manifest --ignore tox.ini python setup.py check -m -s - coverage run --source pytorch_lightning -m py.test pytorch_lightning tests examples -v --doctest-modules + # disable auto coverage bc it isn't accurate since it misses gpu code. + # to get coverage, run local and push results + # coverage run --source pytorch_lightning -m py.test pytorch_lightning tests examples -v --doctest-modules flake8 . [flake8]