summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
...
* Pymongo 2.2 was released, so dropped the pymongo3 dependency from tox.iniAlex Grönholm2012-05-201-8/+0
* Updated test targets: added pypy 1.8 and cpython 3.3, dropped earlier pypy ve...Alex Grönholm2012-04-011-13/+8
* Added PyPy 1.4 and 1.5 separately and removed multiprocessing from py24's dep...Alex Grönholm2011-05-291-5/+8
* Don't use nose.cfg since this will attempt to activate coverage testing which...agronholm2011-04-101-1/+1
* Nose 1.0 works with py3k so stop using the hacky nose3 versionagronholm2011-03-081-4/+2
* Don't test the mongodb backend on Jython; documented reasons for the absent d...agronholm2011-02-101-0/+7
* Added PyPy support, removed the --processes argumentagronholm2011-02-061-14/+6
* Extended the range of supported Python versions to Python 3.2agronholm2011-01-231-1/+7
* Added pymongo/pymongo3 to testing dependenciesagronholm2011-01-221-0/+4
* Run the correct test command with py3kagronholm2010-11-051-0/+1
* Python 2.7's multiprocessing module is having trouble on Ubuntu Maverick, so ...agronholm2010-10-101-0/+3
* Enabled multiple nose processes on py24 and py25 by adding "multiprocessing" ...agronholm2010-07-271-2/+4
* Python 2.4 has no integrated sqlite 3 module, so install pysqlite to provide ...agronholm2010-07-251-0/+3
* Use tox to test with multiple Python versions easilyagronholm2010-07-241-0/+20