From ae783d4f45bc65daeae9f2fbbf1364ac4161e0e6 Mon Sep 17 00:00:00 2001 From: Erdenezul Batmunkh Date: Mon, 16 Jul 2018 17:25:29 +0800 Subject: [PATCH] tweak tox.ini to pass tests --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2f2b1757..815d2acc 100644 --- a/tox.ini +++ b/tox.ini @@ -7,6 +7,6 @@ commands = deps = nose mg35: PyMongo==3.5 - mg3x: PyMongo>=3.0 + mg3x: PyMongo>=3.0,<3.7 setenv = PYTHON_EGG_CACHE = {envdir}/python-eggs