[tox] envlist = py25,py26,py27,py32 [testenv] deps = numpy nose commands = python setup.py nosetests sitepackages = True [testenv:py32] changedir = {envdir} commands = nosetests pyfits.tests