diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-01-23 17:36:18 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-01-23 17:36:18 -0500 |
commit | 71645a6ad094c01b8187eabd6b884e6842c38d15 (patch) | |
tree | cbaf4624d5887604f15c2a8c79c1f450727c689b | |
parent | 9744e6075e9e5d9f400247e887833bb9eca35e79 (diff) | |
download | python-coveragepy-git-71645a6ad094c01b8187eabd6b884e6842c38d15.tar.gz |
Also build a Framework wheel on Mac
-rw-r--r-- | tox_wheels.ini | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tox_wheels.ini b/tox_wheels.ini index f956183d..761465ed 100644 --- a/tox_wheels.ini +++ b/tox_wheels.ini @@ -2,7 +2,7 @@ # For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt [tox] -envlist = py{26,27,33,34,35} +envlist = py{26,27,33,34,35,sys} toxworkdir = {toxinidir}/.tox_kits [testenv] @@ -11,3 +11,7 @@ deps = commands = python setup.py bdist_wheel {posargs} + +[testenv:pysys] +# For building with the Mac Framework Python. +basepython = /usr/bin/python |