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

[testenv]
commands=
    python setup.py test

[testenv:py26]

deps=
    unittest2