summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* Add an initial set of type hintspgjones2023-04-021-0/+5
| | | | | | | These focus on the public API with the private aspect omitted. This is because these are hard to type, and may not be required with modern python. However, this should still be useful if adopted for code that uses blinker.
* Update tox configBartek Sokorski2023-01-221-3/+11
|
* add docs build to toxDavid Lord2022-07-171-0/+5
|
* pin test dependenciesDavid Lord2022-07-171-1/+1
|
* remove tests for Python < 3.7 and jythonDavid Lord2022-07-171-1/+4
|
* use pytest from toxDavid Lord2022-07-171-3/+2
|
* Add support for Python 3.8Hugo2019-11-021-1/+1
|
* Merge branch 'master' into rm-eolHugo2019-04-221-1/+1
|\
| * add py37 to tox and setup.py pypi metadataThomas Waldmann2018-11-031-1/+1
| | | | | | | | all tests worked.
| * add py36 to toxThomas Waldmann2018-11-031-1/+1
| | | | | | | | all tests worked.
* | Drop support for EOL Python 3.4Hugo2019-04-191-1/+1
| |
* | Drop support for EOL Pythonhugovk2018-03-201-1/+1
|/
* Adds Python 3.5 to test suite.Jeffrey Finkelstein2016-06-231-1/+1
| | | | No changes to the code are required to support Python 3.5.
* Tox should run tests on Python 3.4 as well.Jochen Kupperschmidt2015-07-231-1/+1
|
* Add tox target for 3.3jason kirtland2013-07-031-1/+1
|
* Added tox support.jason kirtland2011-03-141-0/+7