summaryrefslogtreecommitdiff
path: root/tox_wheels.ini
blob: 691ca5b1414218d74c399bb7980bc6bb7209a1e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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