You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@senssoft.apache.org by ms...@apache.org on 2016/10/11 18:50:49 UTC

incubator-senssoft-distill git commit: setup.cfg updated.

Repository: incubator-senssoft-distill
Updated Branches:
  refs/heads/master a1fd52a9e -> 3d5158e35


setup.cfg updated.


Project: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-distill/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-distill/commit/3d5158e3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-distill/tree/3d5158e3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-senssoft-distill/diff/3d5158e3

Branch: refs/heads/master
Commit: 3d5158e35e0375aa4103e20b55b00e91a72f3097
Parents: a1fd52a
Author: mooshu1x2 <mb...@draper.com>
Authored: Tue Oct 11 14:50:49 2016 -0400
Committer: mooshu1x2 <mb...@draper.com>
Committed: Tue Oct 11 14:50:49 2016 -0400

----------------------------------------------------------------------
 setup.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-senssoft-distill/blob/3d5158e3/setup.cfg
----------------------------------------------------------------------
diff --git a/setup.cfg b/setup.cfg
index ffde7ed..c92ce1f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -18,8 +18,8 @@ tag_build = 1.0
 tag_svn_revision = false
 
 [tool:pytest] 
-addopts = --verbose --ignore=setup.py --ignore=build --ignore=dist --doctest-modules
-norecursedirs = *.eggs env 
+addopts = --ignore=build --ignore=setup.py --ignore=dist --doctest-modules --junitxml=results.xml
+norecursedirs = *.eggs *env* .git 
 
 [build_sphinx]
 source-dir = docs