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

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