summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 56311c8b6033f00d231a8ba05b811c0d95b2492c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[tox]
envlist =
#   pypy3 pending release of a fix for
#   https://bitbucket.org/pypy/pypy/issue/1946
#   py26,py27,py33,py34,pypy,pypy3
    py26,py27,py33,py34,pypy,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