mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
0c0f6ca8db
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
28 lines
453 B
INI
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
|