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] 5 envlist = py{26,27,33,34,35} 6 toxworkdir = {toxinidir}/.tox_kits 7 8 [testenv] 9 deps = 10 -rrequirements/wheel.pip 11 12 commands = 13 python setup.py bdist_wheel {posargs} 14