repo.or.cz
/
docutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Announce upcoming change in "doctest block" handling.
[docutils.git]
/
docutils
/
tox.ini
blob
32bb94933944041b2ae683765a075bc499b742a5
1
[tox]
2
minversion
=
2.0
3
envlist
=
py{39,310,311,312,313}
4
5
[testenv]
6
allowlist_externals
=
7
find
8
changedir
=
test
9
commands
=
10
find .
-
type f
-
name
"*.pyc"
-
delete
11
python alltests.py
12
13
[testenv:style]
14
deps
=
15
flake8
16
commands
=
17
flake8
{
toxinidir
}