gecko-dev/testing/mozharness/tox.ini
Gregory Szorc 0c0f6ca8db Bug 1392700 - Use Mercurial 4.3 in mozharness tests; r=aki
We use Mercurial 4.3.1 pretty much everywhere in CI now.
Mozharness should be testing with it as well.

MozReview-Commit-ID: HT2rocEvdIe

--HG--
extra : rebase_source : 148a9cd82b18e693ee570f31fc961373e8466a3c
2017-08-22 10:14:32 -07:00

28 lines
453 B
INI

[tox]
envlist = py27-hg4.3
[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.3]
deps =
{[base]deps}
mercurial==4.3.1
[testenv:py27-coveralls]
deps=
python-coveralls==2.4.3
commands=
coveralls