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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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