7 lines
91 B
INI
7 lines
91 B
INI
[tox]
|
|
envlist = py24,py25,py26,py27
|
|
|
|
[testenv]
|
|
deps = nose
|
|
mock
|
|
commands = nosetests |