summaryrefslogtreecommitdiff
path: root/docutils/tox.ini
blob: 34d7685f59d562327505ca96c1b6881d3e9d46ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[tox]
minversion = 2.0
envlist = py{37,38,39,310,311}

[testenv]
allowlist_externals =
  find
changedir = test
commands =
  find . -type f -name "*.pyc" -delete
  python alltests.py

[testenv:style]
deps =
  flake8
commands =
  flake8 {toxinidir}