use mongodb v2.6 bcos pymongo 2.7 doesnt work w/ mongodb v3.0
This commit is contained in:
parent
06cb866f82
commit
2d429e3703
@ -26,10 +26,9 @@ services:
|
|||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- mongodb-3.0-precise
|
- mongodb-upstart
|
||||||
packages:
|
packages:
|
||||||
- mongodb-org-server=3.0.13
|
- mongodb-org-server=2.6.9
|
||||||
- mongodb-org-shell=3.0.13
|
|
||||||
|
|
||||||
# Optional dependencies for the ImageField and others
|
# Optional dependencies for the ImageField and others
|
||||||
- python-dev
|
- python-dev
|
||||||
|
Loading…
x
Reference in New Issue
Block a user