summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 69bc21cb9fa6cbd36fcca1cd7fda9f983ff4dee9 (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
[tox]
envlist =
    py27
    py34
    py35
    py36
    py37
    pypy

[testenv]
usedevelop = true
deps =
    setuptools
    tornado<5.0.0
    coverage
    py27: twisted==16.6.0
    py34: twisted
    py35: twisted
    py36: twisted
    py37: twisted
    pypy: twisted
commands =
    coverage run ./setup.py test