9 lines
98 B
INI
9 lines
98 B
INI
[tox]
|
|
envlist = py25,py26,py27
|
|
|
|
[testenv]
|
|
deps = nose
|
|
mock
|
|
mox
|
|
commands = nosetests
|