File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,17 @@ python:
88env :
99 - PYMONGO=dev MONGOENGINE=dev
1010 - PYMONGO=dev MONGOENGINE=0.7.10
11- - PYMONGO=dev MONGOENGINE=0.8.0RC2
11+ - PYMONGO=dev MONGOENGINE=0.8.0
12+ - PYMONGO=dev MONGOENGINE=0.8.7
1213 - PYMONGO=2.5 MONGOENGINE=dev
1314 - PYMONGO=2.5 MONGOENGINE=0.7.10
14- - PYMONGO=2.5 MONGOENGINE=0.8.0RC2
15+ - PYMONGO=2.5 MONGOENGINE=0.8.0
16+ - PYMONGO=2.5 MONGOENGINE=0.8.7
17+ - PYMONGO=2.7 MONGOENGINE=dev
18+ - PYMONGO=2.7 MONGOENGINE=0.7.10
19+ - PYMONGO=2.7 MONGOENGINE=0.8.0
20+ - PYMONGO=2.7 MONGOENGINE=0.8.7
21+
1522install :
1623 - if [[ $PYMONGO == 'dev' ]]; then pip install https://github.com/mongodb/mongo-python-driver/tarball/master; true; fi
1724 - if [[ $PYMONGO != 'dev' ]]; then pip install pymongo==$PYMONGO --use-mirrors; true; fi
You can’t perform that action at this time.
0 commit comments