adding tox.ini file

This commit is contained in:
John Wood 2013-03-01 08:17:18 -08:00
parent 3e484e5b33
commit c30f67b03b

7
tox.ini Normal file

@ -0,0 +1,7 @@
[tox]
envlist = py27
[testenv]
[testenv:py27]
commands = nosetests {posargs:--with-xcoverage --with-xunit --cover-package=meniscus}