10 lines
98 B
INI
10 lines
98 B
INI
[tox]
|
|
envlist = py26,py27,py32,py33
|
|
|
|
[testenv]
|
|
deps=
|
|
nose
|
|
six
|
|
|
|
commands=nosetests -w test
|