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

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

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