updated test runner

This commit is contained in:
William Falcon
2019-10-18 15:38:56 +02:00
parent 5cfff1e5c1
commit 57274b8331
+1
View File
@@ -2,5 +2,6 @@
rm -rf _ckpt_*
rm -rf tests/save_dir*
rm -rf tests/mlruns_*
rm -rf tests/tests/*
coverage run --source pytorch_lightning -m py.test pytorch_lightning tests examples -v --doctest-modules
coverage report -m