blob: 85b318ed0c1cbc8d794d3508aa3110f2ee0f1e91 (
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 =
{envpython} setup.py bdist_wininst {posargs}
|