Update tox.ini

This commit is contained in:
William Falcon
2019-08-07 10:25:51 +02:00
committed by Jiri BOROVEC
parent 97a9a0f6c1
commit b75ee7fd8d
+3 -1
View File
@@ -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]