summaryrefslogtreecommitdiffstats
path: root/testing/mozharness/tox.ini
blob: e2e1c3009e2d56d260b807f4006539fb14b921bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[tox]
envlist = py27-hg3.7

[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-hg3.7]
deps =
    {[base]deps}
    mercurial==3.7.3

[testenv:py27-coveralls]
deps=
    python-coveralls==2.4.3
commands=
    coveralls