forked from mozilla/build-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtox.ini
44 lines (37 loc) · 1015 Bytes
/
tox.ini
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[tox]
envlist = py27-hg3.7
[base]
deps =
nose==1.3.0
rednose==0.4.1
coverage==3.6
pep8==1.4.3
jinja2==2.6
mock==1.0.1
webob==1.2.3
gevent==0.13.8
IPy==0.81
# Should match production package, defined in
# https://hg.mozilla.org/build/puppet/file/tip/modules/releaserunner/manifests/init.pp
taskcluster==0.0.24
[testenv]
setenv =
PYTHONPATH = {toxinidir}/lib/python/vendor/poster-0.8.1:{toxinidir}/lib/python:{toxinidir}/lib/python/vendor:{toxinidir}/sut_tools
HGRCPATH = {toxinidir}/lib/python/mozilla_buildtools/test/hgrc
commands =
coverage erase
coverage run --branch --source {toxinidir}/lib/python {envbindir}/nosetests -v --with-xunit --rednose --force-color {toxinidir}/lib/python {posargs}
[testenv:py27-hg3.7]
basepython = python2.7
deps =
{[base]deps}
mercurial==3.7.3
[testenv:py27-coveralls]
basepython = python2.7
deps=
python-coveralls==2.4.3
commands=
coveralls
[pep8]
max-line-length = 159
exclude = vendor,.tox,