From b6c267489c022586e871dcc6059cf619205e6683 Mon Sep 17 00:00:00 2001 From: agronholm Date: Sat, 22 Jan 2011 23:50:54 +0200 Subject: Added pymongo/pymongo3 to testing dependencies --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index c92ef24..b66b58b 100644 --- a/tox.ini +++ b/tox.ini @@ -4,17 +4,20 @@ envlist = py24,py25,py26,py27,py31,jython [testenv] deps=nose sqlalchemy + pymongo commands=nosetests -c nose.cfg --processes=4 [] [testenv:py24] deps=nose sqlalchemy + pymongo pysqlite multiprocessing [testenv:py25] deps=nose sqlalchemy + pymongo multiprocessing [testenv:py27] @@ -23,6 +26,7 @@ commands=nosetests -c nose.cfg [] [testenv:py31] deps=http://bitbucket.org/caseman/nose3-caseman-fix/get/7c9181ad403d.bz2 sqlalchemy + pymongo3 commands=nosetests3 -c nose.cfg --processes=4 [] [testenv:jython] -- cgit v1.2.1