summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* Added mypy configurationAlex Grönholm2021-08-291-1/+0
* Switched to the src/ layoutAlex Grönholm2021-08-291-8/+4
* Switched to pyproject-flake8Alex Grönholm2021-08-291-2/+2
* Added Python 3.10 to the testing matrixAlex Grönholm2021-08-291-1/+1
* Updated packaging/testing configurationAlex Grönholm2020-09-201-11/+24
* Added PEP 517 supportAlex Grönholm2019-09-231-0/+2
* Fixed the name of the test extras in tox.iniAlex Grönholm2019-09-231-1/+1
* Added Python 3.8 supportAlex Grönholm2019-07-291-2/+2
* Dropped support for Python < 3.5Alex Grönholm2019-07-191-2/+1
* Removed the Qt schedulerAlex Grönholm2019-07-191-1/+0
* Added Python 3.7 compatibilityAlex Grönholm2018-08-151-2/+2
* Test against PyQT5 on Python 3.6 tooAlex Grönholm2017-10-211-1/+1
* Updated Travis/tox configuration and the supported Python interpretersAlex Grönholm2017-10-101-10/+1
* Updated tox-travis configuration syntaxv3.3.13.3.1Alex Grönholm2016-12-281-6/+7
* Added tests and classifier for Python 3.6Alex Grönholm2016-12-241-2/+3
* Moved testing dependencies to extras from tox.iniAlex Grönholm2016-11-051-13/+7
* Install PyQt5 when testing on Python 3.5Alex Grönholm2016-11-051-0/+1
* Added coroutine support for asyncio and Tornado executors (fixes #96, #98)Alex Grönholm2016-09-151-1/+3
* Zookeeper jobstore support (#144)Jose Ignacio Villar2016-07-031-2/+3
* Added missing py35 entry to tox's envlistAlex Grönholm2016-06-131-1/+1
* Re-enabled coverage testingAlex Grönholm2016-04-021-0/+1
* Specifying the gevent version isn't really necessaryAlex Grönholm2016-03-051-1/+1
* Updated the gevent test dependency to 1.1 finalAlex Grönholm2016-03-051-1/+1
* Dropped PyPy3 tests/supportAlex Grönholm2016-01-221-5/+4
* Replaced custom log capture fixture with pytest-catchlogAlex Grönholm2016-01-071-0/+1
* Further simplified tox.iniAlex Grönholm2016-01-011-17/+4
* Removed redundant entries from tox.iniAlex Grönholm2015-12-101-2/+0
* Made "funcsigs" a mandatory dependency on Python 2Alex Grönholm2015-12-101-1/+0
* Removed (official) Python 2.6 supportAlex Grönholm2015-12-101-23/+4
* Added Travis configurationAlex Grönholm2015-12-091-0/+9
* Updated tox.ini to properly work with the latest versions of dependenciesAlex Grönholm2015-12-091-3/+18
* Skip missing interpreters when running toxAlex Grönholm2015-12-051-0/+1
* Removed Python 3.2 test environmentAlex Grönholm2015-12-051-27/+12
* Don't install Twisted on CPython 3.2 (needs unicode prefix support for string...Alex Grönholm2015-06-131-5/+8
* Simplified the tox.ini structure a littleAlex Grönholm2015-06-131-9/+4
* Moved rethinkdb to common test requirements since it now works with Python 3Alex Grönholm2015-05-151-1/+1
* Don't try to test rethinkdb on Python 3Alex Grönholm2014-10-201-21/+30
* Modified tox configuration to pass through arbitrary arguments to py.testAlex Grönholm2014-10-091-1/+1
* All test completedAllen Sanabria2014-06-301-0/+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