Prevent test failure due no Pillow or Pillow version above 10.3.
[docutils.git] / docutils / tox.ini
blob88a40c3dc1f98e4120fd7d31a88cc16eec92526d
1 [tox]
2 minversion = 2.0
3 envlist = py{39,310,311,312}
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}