Tests/Tox/TravisCI improvements
This commit is contained in:
15
setup.cfg
15
setup.cfg
@@ -1,12 +1,9 @@
|
||||
[nosetests]
|
||||
verbosity = 3
|
||||
rednose = 1
|
||||
verbosity = 2
|
||||
detailed-errors = 1
|
||||
#with-coverage = 1
|
||||
#cover-erase = 1
|
||||
#cover-html = 1
|
||||
#cover-html-dir = ../htmlcov
|
||||
#cover-package = mongoengine
|
||||
cover-erase = 1
|
||||
cover-branches = 1
|
||||
cover-package = mongoengine
|
||||
py3where = build
|
||||
#where = tests
|
||||
tests = tests
|
||||
#tests = document/__init__.py
|
||||
where = tests
|
||||
|
||||
Reference in New Issue
Block a user