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

[testenv]
deps=
    nose
commands=nosetests []