NSLS-II / metadatastore

DEPRECATED: Incorporated into https://github.com/NSLS-II/databroker
Other
2 stars 11 forks source link

build pymongo for python 3.5 #177

Closed ericdill closed 8 years ago

ericdill commented 9 years ago

If we build pymongo for python 3.5 then we can test python 3.5 on travis

tacaswell commented 9 years ago

pymongo is pure-python and can be pip installed.

ericdill commented 9 years ago

pymongo has at least one c file in its repo

ericdill commented 9 years ago

https://github.com/mongodb/mongo-python-driver/blob/master/setup.py#L238

danielballan commented 8 years ago

We are testing on 3.5 now. I can't tell from the .travis file which channel this is coming from, but it was resolved one way or another.