summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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