8 lines
91 B
INI
8 lines
91 B
INI
[tox]
|
|
envlist = py26, py27, py32, py33
|
|
|
|
[testenv]
|
|
commands =
|
|
unit2
|
|
deps =
|
|
unittest2 |