
Pyrax is deprecated and causing installation problems. Nuclear option. Change-Id: I2d27a541e6617e468862fd13c473ea0ce7bc774b
15 lines
233 B
INI
15 lines
233 B
INI
[tox]
|
|
envlist = py26, py27
|
|
|
|
[testenv]
|
|
deps =
|
|
coverage
|
|
nose
|
|
mock
|
|
notigen
|
|
notification_utils
|
|
python-dateutil
|
|
simport
|
|
|
|
commands = nosetests -d -v --with-coverage --cover-inclusive --cover-package shoebox []
|