# content of: tox.ini , put in same dir as setup.py [tox] envlist = py26,py27,py33,py34,py35 [testenv] deps=mock commands=python -m unittest discover