summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 48d37b9eca5599da3fb0f358085a3c08f1823fa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[tox]
envlist =
    py27
    py34
    py35
    py36
    py37
    pypy

[testenv]
usedevelop = true
deps =
    setuptools
    tornado<5.0.0
    coverage
    py27: twisted==16.6.0
    py35: twisted
    py36: twisted
    py37: twisted
    pypy: twisted
    # NOTE: py34 is tested without Twisted: they had abandoned Py < 3.5.
    py35: trio
    py36: trio
    py37: trio
    pypy: trio
    # NOTE: py34 is tested without Trio; Trio is not supported on Py < 3.5.
commands =
    coverage run ./setup.py test