Fixed being unable to run tests on Windows

This commit is contained in:
Ashley Whetter 2015-11-10 11:05:30 +00:00 committed by Ashley Whetter
parent e87bf71f20
commit 04e8b83d45
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,7 @@ Changelog
Changes in 0.10.6 - Dev
=======================
- Add support for mocking MongoEngine based on mongomock. #1151
- Fixed not being able to run tests on Windows. #1153
Changes in 0.10.5
=================

View File

@ -12,3 +12,6 @@ deps =
mg28: PyMongo>=2.8,<3.0
mg30: PyMongo>=3.0
mgdev: https://github.com/mongodb/mongo-python-driver/tarball/master
setenv =
PYTHON_EGG_CACHE = {envdir}/python-eggs
passenv = windir