Prevent test failure due no Pillow or Pillow version above 10.3.
[docutils.git] / docutils / tox_pil.ini
blobe953dcd9876cf537a28e04e4ecfe90ba285812c1
1 [tox]
2 minversion = 2.0
3 envlist = py{311}
5 [testenv]
6 allowlist_externals =
7 find
8 changedir = test
9 deps =
10 Pillow
11 commands =
12 find . -type f -name "*.pyc" -delete
13 python alltests.py
15 [testenv:style]
16 deps =
17 flake8
18 commands =
19 flake8 {toxinidir}