# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 # For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt [tox] envlist = py26, py27, py33, py34, py35 toxworkdir = {toxinidir}/.tox_kits [testenv] commands = {envpython} setup.py bdist_wheel {posargs} deps = wheel setuptools >= 6.0.0