summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 0bb326b76ff279b17b49e2f56549187a4896c349 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[tox]
envlist = py36,py37,py38,py39,py310,py311,pypy3
minversion = 1.6

[testenv]
usedevelop = True
deps =
  sphinx
extras =
  test
  twisted
commands =
  python -W once -m testtools.run testtools.tests.test_suite