summaryrefslogtreecommitdiff
path: root/tox.ini
blob: a7e5ded0486c3989f51e1e507c2ccf7fa84ea88a (plain)
1
2
3
4
5
6
7
8
9
10
[tox]
envlist = py37,py38,py39,py310,py311,pypy3
minversion = 3.1

[testenv]
usedevelop = true
extras =
  docs
  test
commands = python -m testtools.run fixtures.test_suite