summaryrefslogtreecommitdiff
path: root/tox_wheels.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-03-06 08:11:23 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-03-06 08:11:23 -0500
commit9565050c2aa85e0cdad020a6c01dc952fd88f6f3 (patch)
tree0229b291fe51d289b7e7230f9d404eacfb72f4da /tox_wheels.ini
parentaa8cfc8b2590b1dee7404ad907c716d0c1e60e95 (diff)
downloadpython-coveragepy-9565050c2aa85e0cdad020a6c01dc952fd88f6f3.tar.gz
Force 2.7 wheels to be built with both builds of Python
Diffstat (limited to 'tox_wheels.ini')
-rw-r--r--tox_wheels.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox_wheels.ini b/tox_wheels.ini
index 761465e..9d0c21c 100644
--- a/tox_wheels.ini
+++ b/tox_wheels.ini
@@ -10,8 +10,12 @@ deps =
-rrequirements/wheel.pip
commands =
+ python -c "import sys; print(sys.real_prefix)"
python setup.py bdist_wheel {posargs}
+[testenv:py27]
+basepython = python2.7
+
[testenv:pysys]
# For building with the Mac Framework Python.
basepython = /usr/bin/python