gecko-dev/testing/mozharness/tox.ini
Gregory Szorc 39ff4ea440 Bug 1330837 - Use Mercurial 4.1 in mozharness tests; r=aki
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
2017-04-11 14:26:29 -07:00

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