summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 5e80dd07923609bd8d9f215a7cbd8e72f987532d (plain)
1
2
3
4
5
6
7
8
[tox]
envlist = py26,py27,py32
[testenv]
deps=
    nose
    six

commands=nosetests -w test