summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 09ae62af7701645842942398f96a030a50fbe4da (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,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