[tox] envlist = py27-hg4.1 [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-hg4.1] deps = {[base]deps} mercurial==4.1.2 [testenv:py27-coveralls] deps= python-coveralls==2.4.3 commands= coveralls