2015-07-03 19:04:58 +03:00
|
|
|
[tox]
|
2017-08-22 20:14:32 +03:00
|
|
|
envlist = py27-hg4.3
|
2015-07-03 19:04:58 +03:00
|
|
|
|
|
|
|
[base]
|
|
|
|
deps =
|
|
|
|
coverage
|
|
|
|
nose
|
|
|
|
rednose
|
|
|
|
|
|
|
|
[testenv]
|
|
|
|
basepython = python2.7
|
|
|
|
setenv =
|
|
|
|
HGRCPATH = {toxinidir}/test/hgrc
|
|
|
|
|
|
|
|
commands =
|
2016-01-19 17:09:58 +03:00
|
|
|
coverage run --source configs,mozharness,scripts --branch {envbindir}/nosetests -v --with-xunit --rednose --force-color {posargs}
|
2015-07-03 19:04:58 +03:00
|
|
|
|
2017-08-22 20:14:32 +03:00
|
|
|
[testenv:py27-hg4.3]
|
2015-07-03 19:04:58 +03:00
|
|
|
deps =
|
|
|
|
{[base]deps}
|
2017-08-22 20:14:32 +03:00
|
|
|
mercurial==4.3.1
|
2015-07-03 19:04:58 +03:00
|
|
|
|
|
|
|
[testenv:py27-coveralls]
|
|
|
|
deps=
|
|
|
|
python-coveralls==2.4.3
|
|
|
|
commands=
|
|
|
|
coveralls
|