Revert pytest settings

This commit is contained in:
Somshubra Majumdar
2017-02-27 23:01:34 -06:00
parent 3634ca6bfc
commit 2e466d07d7
+3 -3
View File
@@ -1,10 +1,10 @@
# Configuration of py.test
[pytest]
addopts=-v
#-n 2
-n 2
--durations=10
#--cov-report term-missing
#--cov=keras
--cov-report term-missing
--cov=keras
# Do not run tests in the build folder
norecursedirs= build