Truly test pymongo v2.8 instead of v2.9.

Testing v2.9 was unexpected and it's not as important given v2.9 mostly
mostly just provided an upgrade path for v3.0, and we already test v3.x.
This commit is contained in:
Stefan Wojcik 2017-02-25 16:18:20 -05:00
parent 4c629e46ce
commit 1178ae262b
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ python:
- pypy
- pypy3
# Test on PyMongo v2.7.x, v2.8.x, and v3.x
env:
- PYMONGO=2.7
- PYMONGO=2.8

View File

@ -7,7 +7,7 @@ commands =
deps =
nose
mg27: PyMongo<2.8
mg28: PyMongo>=2.8,<3.0
mg28: PyMongo>=2.8,<2.9
mg30: PyMongo>=3.0
setenv =
PYTHON_EGG_CACHE = {envdir}/python-eggs