summaryrefslogtreecommitdiff
path: root/tox_wheels.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-01-23 17:36:18 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-01-23 17:36:18 -0500
commit71645a6ad094c01b8187eabd6b884e6842c38d15 (patch)
treecbaf4624d5887604f15c2a8c79c1f450727c689b /tox_wheels.ini
parent9744e6075e9e5d9f400247e887833bb9eca35e79 (diff)
downloadpython-coveragepy-git-71645a6ad094c01b8187eabd6b884e6842c38d15.tar.gz
Also build a Framework wheel on Mac
Diffstat (limited to 'tox_wheels.ini')
-rw-r--r--tox_wheels.ini6
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