summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 214c4c4911e8de85450a1ae756544c24c8da08fa (plain)
1
2
3
4
5
6
7
8
9
[tox]
envlist = py26,py27,py32,py33

[testenv]
deps=
    nose
    six

commands=nosetests -w test