mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
39ff4ea440
Automation is now largely using Mercurial 4.1 with some lagging components still on 3.9 and a very small sliver of random parts still on 3.7.3. Let's update the mozharness tests to match what automation is using. FWIW, the Mercurial tests still pass on 3.9. MozReview-Commit-ID: BgZVDcx29mf --HG-- extra : rebase_source : edb8516491fe9ef616b1ad797be2fc02a89c2829
28 lines
453 B
INI
28 lines
453 B
INI
[tox]
|
|
envlist = py27-hg4.1
|
|
|
|
[base]
|
|
deps =
|
|
coverage
|
|
nose
|
|
rednose
|
|
|
|
[testenv]
|
|
basepython = python2.7
|
|
setenv =
|
|
HGRCPATH = {toxinidir}/test/hgrc
|
|
|
|
commands =
|
|
coverage run --source configs,mozharness,scripts --branch {envbindir}/nosetests -v --with-xunit --rednose --force-color {posargs}
|
|
|
|
[testenv:py27-hg4.1]
|
|
deps =
|
|
{[base]deps}
|
|
mercurial==4.1.2
|
|
|
|
[testenv:py27-coveralls]
|
|
deps=
|
|
python-coveralls==2.4.3
|
|
commands=
|
|
coveralls
|