[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