Skip to content
Snippets Groups Projects
tox.ini 145 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]
Mike Bayer's avatar
Mike Bayer committed
deps=pytest      
     mock
commands=py.test 
Mike Bayer's avatar
Mike Bayer committed