Skip to content

Commit 9a2c9d4

Browse files
author
wcdolphin
committed
Remove unknown version of mongoengine
1 parent edcfe2b commit 9a2c9d4

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.travis.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,17 @@ python:
88
env:
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+
1522
install:
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

0 commit comments

Comments
 (0)