Made the benchmark script compatitable with Python 3 and ensured it runs on every build.

This commit is contained in:
Omer Katz
2014-06-25 11:39:08 +03:00
parent fc3eda55c7
commit fe2ef4e61c
2 changed files with 22 additions and 20 deletions

View File

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