summaryrefslogtreecommitdiff
path: root/tox.ini
blob: f7165cd6293fde4297278afbba1bc18fb9ae7208 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[tox]
envlist =
    py27,py33,py34,py35,pypy,pypy3

[testenv]
commands =
    python setup.py -q test -q
deps =
    zope.interface

[testenv:coverage]
usedevelop = true
basepython =
    python2.7
commands =
    nosetests --with-xunit --with-xcoverage
deps =
    {[testenv]deps}
    nose
    coverage
    nosexcover