summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 204bde97e1757ad919fbf18fdaf3cb766d00a86f (plain)
1
2
3
4
5
6
7
8
9
10
11
[tox]
envlist = py26,py27,pypy

[testenv]
commands=
    python -W default setup.py test

[testenv:py26]

deps=
    unittest2