mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
0cc8144421
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.
27 lines
354 B
INI
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
|