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:
8
8
env :
9
9
- PYMONGO=dev MONGOENGINE=dev
10
10
- 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
12
13
- PYMONGO=2.5 MONGOENGINE=dev
13
14
- 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
+
15
22
install :
16
23
- if [[ $PYMONGO == 'dev' ]]; then pip install https://github.com/mongodb/mongo-python-driver/tarball/master; true; fi
17
24
- if [[ $PYMONGO != 'dev' ]]; then pip install pymongo==$PYMONGO --use-mirrors; true; fi
You can’t perform that action at this time.
0 commit comments