16 lines
242 B
INI
16 lines
242 B
INI
[tox]
|
|
envlist = py26,py27
|
|
|
|
[testenv]
|
|
deps =
|
|
coverage
|
|
nose
|
|
mock
|
|
notigen
|
|
notification_utils
|
|
pyrax
|
|
python-dateutil
|
|
simport
|
|
|
|
commands = nosetests -d -v --with-coverage --cover-inclusive --cover-package shoebox []
|