Drop pymongo dev tests to speed things up.

We don't need to test it before a stable release and removing it shaves off
considerable amount of time from Travis builds.
This commit is contained in:
Stefan Wojcik
2017-02-25 16:06:19 -05:00
parent 2d429e3703
commit 4c629e46ce
2 changed files with 2 additions and 4 deletions

View File

@@ -15,7 +15,6 @@ env:
- PYMONGO=2.7
- PYMONGO=2.8
- PYMONGO=3.0
- PYMONGO=dev
matrix:
fast_finish: true
@@ -94,5 +93,5 @@ deploy:
on:
tags: true
repo: MongoEngine/mongoengine
condition: "$PYMONGO = dev"
condition: "$PYMONGO = 3.0"
python: 2.7