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

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

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