1# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 2# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt 3 4[tox] 5envlist = py{26,27,33,34,35} 6toxworkdir = {toxinidir}/.tox_kits 7 8[testenv] 9deps = 10 -rrequirements/wheel.pip 11 12commands = 13 python setup.py bdist_wheel {posargs} 14