Skip to content

Commit

Permalink
add setup.cfg with nose configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaksymiv committed Nov 27, 2015
1 parent 450fc80 commit a8ac499
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[nosetests]
all-modules=1
cover-erase = 1
cover-html=1
cover-package=openprocurement.tender.openua
logging-level=INFO
with-coverage=1
with-doctest=1

0 comments on commit a8ac499

Please sign in to comment.