setup.cfg cleanup + only run coveralls on py27

This commit is contained in:
Stefan Wojcik
2016-12-10 20:57:43 -05:00
parent 500b182d17
commit b32cd19266
2 changed files with 8 additions and 7 deletions

View File

@@ -1,10 +1,7 @@
[nosetests]
verbosity = 2
detailed-errors = 1
cover-erase = 1
cover-branches = 1
cover-package = mongoengine
tests = tests
verbosity=2
detailed-errors=1
tests=tests
[flake8]
ignore=E501,F401,F403,F405,I201