gecko/python/slugid/tox.ini
Peter Moore a0f898fc22 Bug 1194767 - use slugid 1.0.6 in ./mach taskcluster-graph command. r=wcosta
This included adding the slugid 1.0.6 python source code in /python since slugid
is now a dependency of the ./mach taskcluster-graph command, as well us updating
references that used it. Previously the implementation was in-tree.
2015-09-04 17:59:34 +02:00

27 lines
354 B
INI

[tox]
envlist = py27
[base]
deps =
coverage
nose
rednose
commands =
coverage run --source slugid --branch {envbindir}/nosetests -v --with-xunit --rednose --force-color
[testenv:py27]
deps=
{[base]deps}
basepython = python2.7
commands =
{[base]commands}
[testenv:coveralls]
deps=
python-coveralls
commands=
coveralls