diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2020-07-05 16:03:24 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-07-05 16:03:24 -0400 |
| commit | 22c6bcdeae7616de778493969dbb27974b8f83bf (patch) | |
| tree | dca22ac34fba0801dc946352bbcab1e38a25626f /tox_wheels.ini | |
| parent | 7a84f2eebb986ad4ff812b2553ea0e00ba9c40df (diff) | |
| download | python-coveragepy-git-22c6bcdeae7616de778493969dbb27974b8f83bf.tar.gz | |
Fix wheel-making
Diffstat (limited to 'tox_wheels.ini')
| -rw-r--r-- | tox_wheels.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tox_wheels.ini b/tox_wheels.ini index 92a1ddf4..3dd06b61 100644 --- a/tox_wheels.ini +++ b/tox_wheels.ini @@ -2,7 +2,7 @@ # For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt [tox] -envlist = py{27,35,36,37,38,sys} +envlist = py{27,35,36,37,38,39,sys} toxworkdir = {toxinidir}/.tox/wheels [testenv] @@ -10,7 +10,7 @@ deps = -rrequirements/wheel.pip commands = - python -c "import sys; print(sys.real_prefix)" + python -c "import sys; print(sys.base_prefix)" python setup.py bdist_wheel {posargs} [testenv:py27] |
