Added Python 3 support to MongoEngine

This commit is contained in:
Laine
2012-08-01 17:21:48 -07:00
parent 4b3cea9e78
commit 91aa90ad4a
17 changed files with 673 additions and 535 deletions

View File

@@ -1,6 +1,3 @@
[aliases]
test = nosetests
[nosetests]
verbosity = 2
detailed-errors = 1
@@ -10,4 +7,5 @@ detailed-errors = 1
#cover-html-dir = ../htmlcov
#cover-package = mongoengine
where = tests
py3where = build
#tests = test_bugfix.py