Fit wheels target into the normal tox.ini setup

This commit is contained in:
Kyle Altendorf 2018-08-28 12:52:29 -04:00
parent 74fadeb0ec
commit f9d1233aac
1 changed files with 4 additions and 7 deletions

11
tox.ini
View File

@ -64,6 +64,8 @@ deps =
lint: diff-cover==0.9.12
lint: pycodestyle
wheels: cibuildwheel==0.9.4
; All environment variables are passed.
passenv = *
@ -121,6 +123,8 @@ commands =
manifest-checker: check-manifest --ignore "docs/_build*,docs/historic/*,admin*,bin/admin*,twisted/topfiles/*.Old"
wheels: cibuildwheel --output-dir {toxinidir}/wheelhouse
[testenv:apidocs]
# Epydoc and pydoctor currently on work on Python 2
basepython=python2.7
@ -132,10 +136,3 @@ skip_install = true
[testenv:lint]
basepython=python3.5
usedevelop=True
[testenv:wheels]
basepython=python3.6
deps=
cibuildwheel==0.9.4
commands=
{envbindir}/cibuildwheel --output-dir {toxinidir}/wheelhouse