blob: 1d8b002e3b5edd005ab0ba35a265bfceee1b97a6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 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
toxworkdir = {toxinidir}/.tox_kits
[testenv]
commands =
python setup.py bdist_wininst {posargs}
|