gecko-dev/testing/mozharness/tox.ini
Tom Prince 5adf204b34 Bug 1527313: [mozharness] Use GECKO_PATH consitently to find the source directory; r=Callek
In automation, `GECKO_PATH` always refers to the source directory, so use that in mozharness
rather than assuming it is somewhere relative to `work_dir`.

Differential Revision: https://phabricator.services.mozilla.com/D62403

--HG--
extra : moz-landing-system : lando
2020-02-11 19:47:08 +00:00

38 lines
777 B
INI

[tox]
envlist = py27-hg5.2, py36-hg5.2
[base]
deps =
coverage
distro
nose
rednose
{toxinidir}/../mozbase/mozlog
{toxinidir}/../../third_party/python/mock-1.0.0/
mozbase = {toxinidir}/../mozbase/
[testenv]
setenv =
HGRCPATH = {toxinidir}/test/hgrc
PYTHONPATH = $PYTHONPATH:{[base]mozbase}/manifestparser:{[base]mozbase}/mozfile:{[base]mozbase}/mozinfo:{[base]mozbase}/mozprocess
commands =
coverage run --source configs,mozharness,scripts --branch {envbindir}/nosetests -v --with-xunit --rednose --force-color {posargs}
[testenv:py27-hg5.2]
deps =
{[base]deps}
mercurial==5.2.1
[testenv:py36-hg5.2]
deps =
{[base]deps}
mercurial==5.2.1
[testenv:py27-coveralls]
deps=
python-coveralls==2.4.3
commands=
coveralls