summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Expand)AuthorAgeFilesLines
* mypy: test_xml.pyNed Batchelder2023-01-011-1/+1
* mypy: xmlreport.pyNed Batchelder2023-01-011-1/+1
* mypy: check collector.py and plugin_support.pyNed Batchelder2023-01-011-2/+2
* mypy: add cmdline.py and test_cmdline.pyNed Batchelder2022-12-311-7/+4
* mypy: add env.pyNed Batchelder2022-12-311-1/+1
* mypy: add lcovreport.pyNed Batchelder2022-12-311-1/+1
* mypy: add annotate.py and jsonreport.pyNed Batchelder2022-12-311-2/+2
* mypy: add __init__.py, __main__.py, bytecode.py, context.py, exceptions.py, r...Ned Batchelder2022-12-311-3/+4
* mypy: control.py is checkedNed Batchelder2022-12-311-2/+3
* mypy: check tests/goldtest.py, tests/test_html.pyNed Batchelder2022-12-311-1/+1
* mypy: check tests/helpers.pyNed Batchelder2022-12-311-1/+1
* mypy: add data.py and test_api.pyNed Batchelder2022-12-311-4/+5
* refactor: removed mentions of Jython and IronPythonNed Batchelder2022-12-301-2/+0
* mypy: inorout.py, disposition.py, and part of control.pyNed Batchelder2022-12-301-1/+1
* mypy: check multiproc.pyNed Batchelder2022-12-291-1/+1
* mypy: check python.pyNed Batchelder2022-12-291-3/+3
* mypy: check sqldata.pyNed Batchelder2022-12-291-3/+3
* mypy: check results.pyNed Batchelder2022-12-291-1/+1
* mypy: check tomlconfig.pyNed Batchelder2022-12-291-2/+3
* mypy: mypy checks plugin.pyNed Batchelder2022-12-291-1/+1
* mypy: add parser.py to mypyNed Batchelder2022-12-291-1/+1
* mypy: a separate tox env for mypyNed Batchelder2022-12-291-3/+20
* test: run mypy on config.pyNed Batchelder2022-12-271-1/+1
* test: add phystokens.py to the mypy trainNed Batchelder2022-12-271-4/+4
* test: add type annotations for files.pyNed Batchelder2022-12-271-1/+1
* test: add mypy just for one file at firstNed Batchelder2022-12-271-0/+2
* test: tox-gh-actions says to do it like thisNed Batchelder2022-12-181-1/+1
* test: this was wrong?Ned Batchelder2022-12-071-1/+1
* test: setting COLUMNS=80 broadly makes pytest too narrowNed Batchelder2022-12-031-3/+0
* test: ensure columns=80 for coggingNed Batchelder2022-12-031-1/+5
* build: install light threads on newer pythonsNed Batchelder2022-10-271-1/+2
* build: 3.11.0 and 3.12.0a1 are availableNed Batchelder2022-10-271-1/+2
* build: don't install multiple .pip filesNed Batchelder2022-08-151-2/+1
* build: reduce doc reqs to avoid conflictsNed Batchelder2022-08-151-2/+2
* test(benchmark): results are presented in markdown table, with ratiosNed Batchelder2022-06-041-1/+1
* build: tox understands "pypy38" on its ownNed Batchelder2022-02-201-16/+0
* build: finely sliced tox envs for testing pypy versions ad-hocNed Batchelder2022-02-061-1/+17
* build: include lab/* in the sdistNed Batchelder2022-01-201-1/+1
* build: provide hints about how to fix cog-check quality failures.Ned Batchelder2022-01-151-0/+2
* build(test): PyContracts doesn't work on 3.11Ned Batchelder2022-01-021-2/+0
* build: drop Python 3.6 supportNed Batchelder2021-12-311-3/+4
* build: need to use pypy-3.7 instead of pypy3 on GHAnedbat/pypy37Ned Batchelder2021-12-141-1/+1
* feat: multiple --concurrency values. #1012 #1082nedbat/multi-concurrencyNed Batchelder2021-11-251-2/+0
* test(build): a better way to pin light-thread packagesNed Batchelder2021-11-241-2/+1
* build: use cog to maintain data copied into docsNed Batchelder2021-11-191-2/+4
* fix: CPython 3.11 support. #1241Ned Batchelder2021-11-101-1/+4
* build: use this setup.py command because it shows compiler errors that might ...Ned Batchelder2021-11-091-0/+1
* test: check pylint for new files before adding them to gitNed Batchelder2021-10-311-1/+1
* docs: fix two warnings in the release-notes processNed Batchelder2021-10-301-1/+1
* build: force 'build' to shut upNed Batchelder2021-10-261-1/+3