diff options
-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 |