[tox] envlist = py27,py34 [testenv] deps = pytest commands = py.test [] [testenv:docs] whitelist_externals = make changedir = doc deps = sphinx-autobuild commands = make []