Skip to content
Snippets Groups Projects
tox.ini 189 B
Newer Older
Mike Bayer's avatar
Mike Bayer committed
# content of: tox.ini , put in same dir as setup.py
[tox]
envlist = py26,py27,py33,py34
[testenv]
deps=pytest       # install pytest in the venvs
commands=py.test  # or 'nosetests' or ...