Merge pull request #1153 from AWhetter/fixWindowsTest
Fixed not being able to run tests on Windows
This commit is contained in:
commit
31d7f70e27
@ -5,6 +5,7 @@ Changelog
|
|||||||
Changes in 0.10.6 - Dev
|
Changes in 0.10.6 - Dev
|
||||||
=======================
|
=======================
|
||||||
- Add support for mocking MongoEngine based on mongomock. #1151
|
- Add support for mocking MongoEngine based on mongomock. #1151
|
||||||
|
- Fixed not being able to run tests on Windows. #1153
|
||||||
|
|
||||||
Changes in 0.10.5
|
Changes in 0.10.5
|
||||||
=================
|
=================
|
||||||
|
3
tox.ini
3
tox.ini
@ -12,3 +12,6 @@ deps =
|
|||||||
mg28: PyMongo>=2.8,<3.0
|
mg28: PyMongo>=2.8,<3.0
|
||||||
mg30: PyMongo>=3.0
|
mg30: PyMongo>=3.0
|
||||||
mgdev: https://github.com/mongodb/mongo-python-driver/tarball/master
|
mgdev: https://github.com/mongodb/mongo-python-driver/tarball/master
|
||||||
|
setenv =
|
||||||
|
PYTHON_EGG_CACHE = {envdir}/python-eggs
|
||||||
|
passenv = windir
|
||||||
|
Loading…
x
Reference in New Issue
Block a user