Update .run_local_tests.sh

This commit is contained in:
William Falcon
2019-10-23 04:14:09 -04:00
committed by GitHub
parent c9dbfef233
commit 7092b6cb94
+1
View File
@@ -3,5 +3,6 @@ rm -rf _ckpt_*
rm -rf tests/save_dir*
rm -rf tests/mlruns_*
rm -rf tests/tests/*
rm -rf lightning_logs
coverage run --source pytorch_lightning -m py.test pytorch_lightning tests pl_examples -v --doctest-modules
coverage report -m