virtualenv --no-site-packages env

env/bin/python setup.py develop
env/bin/easy_install pytest pymongo
env/bin/py.test --junitxml="test results.xml"
