From 1178ae262b225fc3ae7635db581783198de0b89d Mon Sep 17 00:00:00 2001 From: Stefan Wojcik Date: Sat, 25 Feb 2017 16:18:20 -0500 Subject: [PATCH] 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. --- .travis.yml | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9600703b..c586dda5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/tox.ini b/tox.ini index 1c0bc9bf..8278ee75 100644 --- a/tox.ini +++ b/tox.ini @@ -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