Convert codebase to Python 3 using 2to3 before running benchmarks.

This commit is contained in:
Omer Katz 2014-06-26 12:31:07 +03:00
parent b8d568761e
commit cae91ce0c5

View File

@ -58,6 +58,7 @@ install:
- python setup.py install - python setup.py install
script: script:
- python setup.py test - python setup.py test
- 2to3 . -w
- python benchmark.py - python benchmark.py
notifications: notifications:
irc: "irc.freenode.org#mongoengine" irc: "irc.freenode.org#mongoengine"