Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: 282c9ee8f81f8703b0ccbd5bd5bb4f9906c2fc37 (plain)
1
2
3
4
5
6
7
8
9
[tox]
envlist = {py26,py27,py34,py35,py36,pypy}

[testenv]
deps = nose
       coverage
commands = nosetests
setenv=
    PYTHONWARNINGS=all