mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
99db5f0a1d
Differential Revision: https://phabricator.services.mozilla.com/D163647
27 lines
577 B
INI
27 lines
577 B
INI
[tox]
|
|
envlist = py39-hg5.2
|
|
|
|
[base]
|
|
deps =
|
|
coverage
|
|
distro
|
|
nose
|
|
rednose
|
|
PyYAML==6.0
|
|
{toxinidir}/../mozbase/mozlog
|
|
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:py39-hg5.2]
|
|
deps =
|
|
{[base]deps}
|
|
mercurial==5.2.1
|