diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-03-06 08:11:23 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-03-06 08:11:23 -0500 |
commit | 591d24657c6614ecf44a4cb0c5bc9db7a0f77b28 (patch) | |
tree | 10a17e7e83181e139dae3a05f7a614a8acd3e149 | |
parent | 62f910bacab11d274d38bc790cf57b3dc2f54b50 (diff) | |
download | python-coveragepy-git-591d24657c6614ecf44a4cb0c5bc9db7a0f77b28.tar.gz |
Force 2.7 wheels to be built with both builds of Python
-rw-r--r-- | tox_wheels.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tox_wheels.ini b/tox_wheels.ini index 761465ed..9d0c21c1 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 |