summaryrefslogtreecommitdiffstats
path: root/testing/mozharness/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mozharness/tox.ini')
-rw-r--r--testing/mozharness/tox.ini37
1 files changed, 37 insertions, 0 deletions
diff --git a/testing/mozharness/tox.ini b/testing/mozharness/tox.ini
new file mode 100644
index 0000000000..7e98dac340
--- /dev/null
+++ b/testing/mozharness/tox.ini
@@ -0,0 +1,37 @@
+[tox]
+envlist = py27-hg5.2, py36-hg5.2
+
+[base]
+deps =
+ coverage
+ distro
+ nose
+ rednose
+ {toxinidir}/../mozbase/mozlog
+ {toxinidir}/../../third_party/python/mock-1.0.0/
+mozbase = {toxinidir}/../mozbase/
+
+
+[testenv]
+setenv =
+ HGRCPATH = {toxinidir}/test/hgrc
+ PYTHONPATH = $PYTHONPATH:{[base]mozbase}/manifestparser:{[base]mozbase}/mozfile:{[base]mozbase}/mozinfo:{[base]mozbase}/mozprocess
+
+commands =
+ coverage run --source configs,mozharness,scripts --branch {envbindir}/nosetests -v --with-xunit --rednose --force-color {posargs}
+
+[testenv:py27-hg5.2]
+deps =
+ {[base]deps}
+ mercurial==5.2.1
+
+[testenv:py36-hg5.2]
+deps =
+ {[base]deps}
+ mercurial==5.2.1
+
+[testenv:py27-coveralls]
+deps=
+ python-coveralls==2.4.3
+commands=
+ coveralls