Announce upcoming change in "doctest block" handling.
[docutils.git] / docutils / tox.ini
blob32bb94933944041b2ae683765a075bc499b742a5
1 [tox]
2 minversion = 2.0
3 envlist = py{39,310,311,312,313}
5 [testenv]
6 allowlist_externals =
7 find
8 changedir = test
9 commands =
10 find . -type f -name "*.pyc" -delete
11 python alltests.py
13 [testenv:style]
14 deps =
15 flake8
16 commands =
17 flake8 {toxinidir}