Skip to content

Commit

Permalink
testing out support for pymongo 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
John Furr authored and John Furr committed Dec 4, 2015
1 parent 9c10db0 commit ffbead0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ python:
# - "3.5-dev" # 3.5 development branch
# - "nightly" # currently points to 3.6-dev
env:
- PYMONGO_VERSION="==2.5"
- PYMONGO_VERSION=">=2.5"
- PYMONGO_VERSION="==2.0"
- PYMONGO_VERSION=">=2.0"
# command to install dependencies
services:
- mongodb
Expand Down

0 comments on commit ffbead0

Please sign in to comment.