summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* Removed version specifier from the gevent test dependencyAlex Grönholm2016-03-301-1/+1
* Removed redundant entries from tox.iniAlex Grönholm2015-12-111-2/+0
* Updated tox.ini to properly work with the latest versions of dependenciesAlex Grönholm2015-12-091-5/+19
* Skip missing interpreters when running toxAlex Grönholm2015-12-091-25/+13
* Don't test with Twisted on CPython 3.2Alex Grönholm2015-10-021-1/+4
* Restructured tox.iniAlex Grönholm2014-10-201-20/+29
* Modified tox configuration to pass through arbitrary arguments to py.testAlex Grönholm2014-10-201-1/+1
* Added PyPy3 as a tox test environmentAlex Grönholm2014-06-271-34/+26
* Gave up on gevent+py3 with tox for nowAlex Grönholm2014-05-301-3/+2
* Replaced python-dateutil with pytz and tzlocal because dateutil can't handle ...Alex Grönholm2014-05-191-0/+1
* Added Twisted to dependencies for all Pythons since it now works on Python 3 tooAlex Grönholm2014-05-191-1/+1
* Install the package in development mode to reduce startup cost of the flake8 ...Alex Grönholm2014-05-111-0/+1
* Made the flake8 tests cover the "tests" directory as well and fixed the probl...Alex Grönholm2014-04-211-1/+1
* Used inspect.signature() to check arguments to otherwise uninspectable callablesAlex Grönholm2014-04-211-0/+2
* Forgot to commit two files for the flake8 changeAlex Grönholm2014-04-181-4/+4
* Added redis to testing configAlex Grönholm2014-04-121-0/+1
* Added pytz to the testing configurationAlex Grönholm2014-04-111-0/+1
* Test cleanups and test suite configuration improvementsAlex Grönholm2014-04-061-18/+24
* Replaced the thread pool with a pluggable executor systemAlex Grönholm2014-04-061-2/+3
* Added the remove() method to JobAlex Grönholm2014-03-091-0/+3
* Implemented integration with various event loopsAlex Grönholm2014-02-241-7/+27
* Added pytest-cov to dependencies so the test suite runsAlex Grönholm2014-02-021-0/+1
* PEP-8 fixes and testing improvementsAlex Grönholm2014-01-201-1/+5
* Migrated from nose to py.testAlex Grönholm2014-01-201-2/+2
* Dropped support for Python 2.5Alex Grönholm2013-03-031-4/+1
* Use the generic "pypy" environment with toxAlex Grönholm2012-10-181-4/+1
* Dropped Python 2.4 support; test the PyMongo job store on Jython tooAlex Grönholm2012-09-041-10/+3
* Switched to PyPy 1.9Alex Grönholm2012-08-121-3/+3
* Added Redis job storeAlex Grönholm2012-08-121-0/+2
* 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